com.xebialabs.deployit.security
Class AuthenticationFailureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.xebialabs.deployit.exception.DeployitException
                  extended by com.xebialabs.deployit.security.AuthenticationFailureException
All Implemented Interfaces:
java.io.Serializable

@HttpResponseCodeResult(statusCode=401)
public class AuthenticationFailureException
extends DeployitException

See Also:
Serialized Form

Constructor Summary
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)
           
 
Method Summary
 
Methods inherited from class com.xebialabs.deployit.exception.DeployitException
add, addAll, getErrors, getMessage, hasErrors
 
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
 

Constructor Detail

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)