Package de.scravy.bedrock
Class LightweightException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.scravy.bedrock.LightweightException
- All Implemented Interfaces:
Serializable
public class LightweightException extends Exception
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description LightweightException()LightweightException(String message)LightweightException(String message, Throwable cause)LightweightException(Throwable cause) -
Method Summary
Modifier and Type Method Description ThrowablefillInStackTrace()Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LightweightException
public LightweightException() -
LightweightException
-
LightweightException
-
LightweightException
-
-
Method Details
-
fillInStackTrace
- Overrides:
fillInStackTracein classThrowable
-