public class AuthenticationException extends CodedException
status| Constructor and Description | 
|---|
AuthenticationException(StatusCode statusCode)  | 
AuthenticationException(StatusCode statusCode,
                       String message)  | 
AuthenticationException(StatusCode statusCode,
                       String message,
                       Throwable cause)  | 
AuthenticationException(StatusCode statusCode,
                       Throwable cause)  | 
getMessage, getOriginalMessage, getStatusaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AuthenticationException(StatusCode statusCode, String message, Throwable cause)
public AuthenticationException(StatusCode statusCode, String message)
public AuthenticationException(StatusCode statusCode, Throwable cause)
public AuthenticationException(StatusCode statusCode)
Copyright © 2014 Eclipse SCADA Project. All rights reserved.