public class HMAuthException extends UserAuthenticationException
UserAuthenticationException.Code
Constructor and Description |
---|
HMAuthException(String message,
int errorCode)
Creates a new
HMAuthException |
HMAuthException(String message,
Throwable internalCause)
Creates a new
HMAuthException |
HMAuthException(String message,
Throwable internalCause,
int errorCode)
Creates a new
HMAuthException |
Modifier and Type | Method and Description |
---|---|
static boolean |
isAuthException(IOException e)
Returns if this error is Auth error that is not internal error.
|
getErrorCode
getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public HMAuthException(String message, Throwable internalCause)
HMAuthException
public HMAuthException(String message, int errorCode)
HMAuthException
public HMAuthException(String message, Throwable internalCause, int errorCode)
HMAuthException
public static boolean isAuthException(IOException e)