Package com.core.exception.business
Class STokenException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.core.exception.business.SRuntimeException
-
- com.core.exception.business.STokenException
-
- All Implemented Interfaces:
java.io.Serializable
public class STokenException extends SRuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description STokenException()
STokenException(java.lang.String msg)
STokenException(java.lang.String msg, java.lang.Throwable e)
STokenException(java.lang.Throwable e)
-
Method Summary
-
Methods inherited from class com.core.exception.business.SRuntimeException
getRootCause, getStackTraceString, printStackTrace
-
-