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
Exception thrown when the given user credentials are invalid.
- Version:
- 1.0.2
- Author:
- Stephen Prizio
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidCredentialsException(String message) Generic constructor.InvalidCredentialsException(String message, Throwable throwable) Generic constructor withThrowableinstances. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidCredentialsException
Generic constructor.- Parameters:
message- message
-
InvalidCredentialsException
-