Class SimpleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.github.basking2.sdsai.exception.SimpleException
- All Implemented Interfaces:
Serializable
An exception that does not record the stack trace.
- See Also:
-
Constructor Summary
ConstructorDescriptionSimpleException
(String msg) SimpleException
(String msg, Throwable cause) SimpleException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SimpleException
-
SimpleException
-
SimpleException
-