Class AuthenticationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.ws.rs.WebApplicationException
-
- com.orchestranetworks.rest.LocalizedException
-
- com.orchestranetworks.service.directory.AuthenticationException
-
- All Implemented Interfaces:
Serializable
public class AuthenticationException extends LocalizedException
-
-
Constructor Summary
Constructors Constructor Description AuthenticationException(UserMessage aMessage)Note: message severity is not taken into account.AuthenticationException(UserMessage aMessage, Throwable cause)Note: message severity is not taken into account.AuthenticationException(String aMessage)Creates an exception with a non-localized message.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessage()-
Methods inherited from class com.orchestranetworks.rest.LocalizedException
getErrorCode, getStatus, getUserMessage
-
Methods inherited from class javax.ws.rs.WebApplicationException
getResponse
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AuthenticationException
public AuthenticationException(UserMessage aMessage, Throwable cause)
Note: message severity is not taken into account.
-
AuthenticationException
public AuthenticationException(UserMessage aMessage)
Note: message severity is not taken into account.
-
AuthenticationException
public AuthenticationException(String aMessage)
Creates an exception with a non-localized message.
-
-
Method Detail
-
getMessage
public String getMessage()
- Overrides:
getMessagein classThrowable
-
-