public class AuthenticationException
extends org.eclipse.scada.utils.statuscodes.CodedException
| Constructor and Description |
|---|
AuthenticationException(org.eclipse.scada.utils.statuscodes.StatusCode statusCode) |
AuthenticationException(org.eclipse.scada.utils.statuscodes.StatusCode statusCode,
String message) |
AuthenticationException(org.eclipse.scada.utils.statuscodes.StatusCode statusCode,
String message,
Throwable cause) |
AuthenticationException(org.eclipse.scada.utils.statuscodes.StatusCode statusCode,
Throwable cause) |
getMessage, getOriginalMessage, getStatusaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AuthenticationException(org.eclipse.scada.utils.statuscodes.StatusCode statusCode,
String message,
Throwable cause)
public AuthenticationException(org.eclipse.scada.utils.statuscodes.StatusCode statusCode,
String message)
public AuthenticationException(org.eclipse.scada.utils.statuscodes.StatusCode statusCode,
Throwable cause)
public AuthenticationException(org.eclipse.scada.utils.statuscodes.StatusCode statusCode)