public class AuthException extends RuntimeException
Constructor and Description |
---|
AuthException(AuthResponseStatus status) |
AuthException(AuthResponseStatus status,
AuthSource source) |
AuthException(int errorCode,
String errorMsg) |
AuthException(int errorCode,
String errorMsg,
AuthSource source) |
AuthException(String errorMsg) |
AuthException(String errorMsg,
AuthSource source) |
AuthException(String message,
Throwable cause) |
AuthException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
int |
getErrorCode() |
String |
getErrorMsg() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AuthException(String errorMsg)
public AuthException(String errorMsg, AuthSource source)
public AuthException(int errorCode, String errorMsg)
public AuthException(AuthResponseStatus status)
public AuthException(int errorCode, String errorMsg, AuthSource source)
public AuthException(AuthResponseStatus status, AuthSource source)
public AuthException(Throwable cause)
public int getErrorCode()
public String getErrorMsg()
Copyright © 2021. All rights reserved.