Class UstraSecurityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gsitm.ustra.java.core.exception.UstraException
com.gsitm.ustra.java.security.exception.UstraSecurityException
- All Implemented Interfaces:
com.gsitm.ustra.java.core.exception.ResponseCode<Object>,Serializable
- Direct Known Subclasses:
AccountLockedUserException,CannotAnonymousAccessException,CredentialsExpiredUserException,DisabledUserException,DuplicatedAuthenticationException,ExpiredUserException,InvalidAuthenticationRequestException,NotAllowedConnectionRegionException,NotMatchPasswordException,NotMatchUserException,UstraSecurityAuthenticationException
public class UstraSecurityException
extends com.gsitm.ustra.java.core.exception.UstraException
기본 인증 예외 클래스
- See Also:
-
Field Summary
Fields inherited from interface com.gsitm.ustra.java.core.exception.ResponseCode
logger -
Constructor Summary
ConstructorsConstructorDescriptionUstraSecurityException(com.gsitm.ustra.java.core.exception.ResponseCode<?> code) UstraSecurityException(com.gsitm.ustra.java.core.exception.ResponseCode<?> code, Throwable cause) -
Method Summary
Methods inherited from class com.gsitm.ustra.java.core.exception.UstraException
getCode, getData, getErrs, getMessage, getMessageArguments, getStatusCode, isSuccess, setCode, setData, setErrs, setMessage, setMessageArguments, setStatusCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.gsitm.ustra.java.core.exception.ResponseCode
exception, exception, exception, getBody, messageArguments, messageCode
-
Constructor Details
-
UstraSecurityException
public UstraSecurityException(com.gsitm.ustra.java.core.exception.ResponseCode<?> code) -
UstraSecurityException
public UstraSecurityException(com.gsitm.ustra.java.core.exception.ResponseCode<?> code, Throwable cause)
-
-
Method Details
-
httpStatusCode
- Specified by:
httpStatusCodein interfacecom.gsitm.ustra.java.core.exception.ResponseCode<Object>- Overrides:
httpStatusCodein classcom.gsitm.ustra.java.core.exception.UstraException
-
toString
- Overrides:
toStringin classcom.gsitm.ustra.java.core.exception.UstraException
-
equals
- Overrides:
equalsin classcom.gsitm.ustra.java.core.exception.UstraException
-
canEqual
- Overrides:
canEqualin classcom.gsitm.ustra.java.core.exception.UstraException
-
hashCode
public int hashCode()- Overrides:
hashCodein classcom.gsitm.ustra.java.core.exception.UstraException
-