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, getStatus
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AuthenticationException(StatusCode statusCode, String message, Throwable cause)
public AuthenticationException(StatusCode statusCode, String message)
public AuthenticationException(StatusCode statusCode, Throwable cause)
public AuthenticationException(StatusCode statusCode)
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.