Class ExpiredUserException
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
com.gsitm.ustra.java.security.exception.ExpiredUserException
- All Implemented Interfaces:
com.gsitm.ustra.java.core.exception.ResponseCode<Object>,Serializable
EXPIRED_USER("FS07", "사용기간이 만료된 사용자입니다.", ExpiredUserException.class),
- See Also:
-
Field Summary
Fields inherited from interface com.gsitm.ustra.java.core.exception.ResponseCode
logger -
Constructor Summary
ConstructorsConstructorDescriptionExpiredUserException(com.gsitm.ustra.java.core.exception.ResponseCode<?> code) -
Method Summary
Methods inherited from class com.gsitm.ustra.java.security.exception.UstraSecurityException
canEqual, equals, hashCode, httpStatusCode, toStringMethods 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
-
ExpiredUserException
public ExpiredUserException(com.gsitm.ustra.java.core.exception.ResponseCode<?> code)
-