Class InvalidCredentialsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bluebell.greenhouse.radicle.security.exceptions.InvalidCredentialsException
All Implemented Interfaces:
Serializable

public class InvalidCredentialsException extends RuntimeException
Exception thrown when the given user credentials are invalid.
Version:
1.0.2
Author:
Stephen Prizio
See Also:
  • Constructor Details

    • InvalidCredentialsException

      public InvalidCredentialsException(String message)
      Generic constructor.
      Parameters:
      message - message
    • InvalidCredentialsException

      public InvalidCredentialsException(String message, Throwable throwable)
      Generic constructor with Throwable instances.
      Parameters:
      message - message
      throwable - Throwable