com.xebialabs.deployit.security.authentication
Class AuthenticationFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.xebialabs.deployit.exception.DeployitException
com.xebialabs.deployit.security.authentication.AuthenticationFailureException
- All Implemented Interfaces:
- java.io.Serializable
@HttpResponseCodeResult(statusCode=401)
public class AuthenticationFailureException
- extends DeployitException
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AuthenticationFailureException
public AuthenticationFailureException()
AuthenticationFailureException
public AuthenticationFailureException(java.lang.String message)
AuthenticationFailureException
public AuthenticationFailureException(java.lang.String messageTemplate,
java.lang.Object... params)
AuthenticationFailureException
public AuthenticationFailureException(java.lang.Throwable cause)
AuthenticationFailureException
public AuthenticationFailureException(java.lang.Throwable cause,
java.lang.String messageTemplate,
java.lang.Object... params)