Package de.scravy.bedrock
Class LightweightRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.scravy.bedrock.LightweightRuntimeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TaskCompletedMoreThanOnceException
public class LightweightRuntimeException extends RuntimeException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description LightweightRuntimeException()LightweightRuntimeException(String message)LightweightRuntimeException(String message, Throwable cause)LightweightRuntimeException(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
-
LightweightRuntimeException
public LightweightRuntimeException() -
LightweightRuntimeException
-
LightweightRuntimeException
-
LightweightRuntimeException
-
-
Method Details
-
fillInStackTrace
- Overrides:
fillInStackTracein classThrowable
-