@HttpResponseCodeResult(statusCode=401)
public class AuthenticationFailureException
extends com.xebialabs.deployit.engine.spi.exception.DeployitException
| Constructor and Description |
|---|
AuthenticationFailureException() |
AuthenticationFailureException(java.lang.String message) |
AuthenticationFailureException(java.lang.String messageTemplate,
java.lang.Object... params) |
AuthenticationFailureException(java.lang.Throwable cause) |
AuthenticationFailureException(java.lang.Throwable cause,
java.lang.String messageTemplate,
java.lang.Object... params) |
add, addAll, getEntity, getErrors, getMessage, hasEntity, hasErrorspublic AuthenticationFailureException()
public AuthenticationFailureException(java.lang.String message)
public AuthenticationFailureException(java.lang.String messageTemplate,
java.lang.Object... params)
public AuthenticationFailureException(java.lang.Throwable cause)
public AuthenticationFailureException(java.lang.Throwable cause,
java.lang.String messageTemplate,
java.lang.Object... params)