Class AuthenticationFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.xebialabs.deployit.engine.spi.exception.DeployitException
com.xebialabs.deployit.security.authentication.AuthenticationFailureException
- All Implemented Interfaces:
Serializable
@HttpResponseCodeResult(statusCode=401)
@SuppressStackTrace(suppressStackTrace=true)
public class AuthenticationFailureException
extends com.xebialabs.deployit.engine.spi.exception.DeployitException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAuthenticationFailureException(String message) AuthenticationFailureException(String messageTemplate, Object... params) AuthenticationFailureException(Throwable cause, String messageTemplate, Object... params) -
Method Summary
Methods inherited from class com.xebialabs.deployit.engine.spi.exception.DeployitException
add, addAll, getEntity, getErrors, getMessage, hasEntity, hasErrorsMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthenticationFailureException
public AuthenticationFailureException() -
AuthenticationFailureException
-
AuthenticationFailureException
-
AuthenticationFailureException
-
AuthenticationFailureException
-