Package com.polarion.platform.security
Class AuthenticationFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.polarion.platform.security.AuthenticationFailedException
- All Implemented Interfaces:
Serializable
Thrown by the
ILogin.IFinal.perform()
method, if the given credentials are not correct.- Author:
- dobisekm
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthenticationFailedException
Constructor.- Parameters:
message
- cause of the failure
-