public class UserAuthenticationException extends HMExceptionInternal
Modifier and Type | Class and Description |
---|---|
static class |
UserAuthenticationException.Code
Deprecated.
use instanceof to determine the specific error.
|
Constructor and Description |
---|
UserAuthenticationException(String message,
int errorCode)
Creates a new
UserAuthenticationException |
UserAuthenticationException(String message,
Throwable internalCause,
int errorCode)
Creates a new
UserAuthenticationException |
Modifier and Type | Method and Description |
---|---|
UserAuthenticationException.Code |
getErrorCode()
Deprecated.
use instanceof to determine the specific error.
|
getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UserAuthenticationException(String message, int errorCode)
UserAuthenticationException
public UserAuthenticationException(String message, Throwable internalCause, int errorCode)
UserAuthenticationException
@Deprecated public UserAuthenticationException.Code getErrorCode()