Class NoStackIllegalStateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- org.swisspush.gateleen.core.exception.NoStackIllegalStateException
-
- All Implemented Interfaces:
Serializable
public class NoStackIllegalStateException extends IllegalStateException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoStackIllegalStateException()NoStackIllegalStateException(String s)NoStackIllegalStateException(String message, Throwable cause)NoStackIllegalStateException(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods 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
-
-
-
-
Method Detail
-
fillInStackTrace
public Throwable fillInStackTrace()
- Overrides:
fillInStackTracein classThrowable
-
-