Class GateleenNoStacktraceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.swisspush.gateleen.core.exception.GateleenNoStacktraceException
-
- All Implemented Interfaces:
Serializable
public class GateleenNoStacktraceException extends RuntimeException
Basically same as in vertx, But adding the forgotten contructors.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GateleenNoStacktraceException()GateleenNoStacktraceException(String message)GateleenNoStacktraceException(String message, Throwable cause)GateleenNoStacktraceException(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
-
-
-
-
Constructor Detail
-
GateleenNoStacktraceException
public GateleenNoStacktraceException()
-
GateleenNoStacktraceException
public GateleenNoStacktraceException(String message)
-
GateleenNoStacktraceException
public GateleenNoStacktraceException(String message, Throwable cause)
-
GateleenNoStacktraceException
public GateleenNoStacktraceException(Throwable cause)
-
-
Method Detail
-
fillInStackTrace
public Throwable fillInStackTrace()
- Overrides:
fillInStackTracein classThrowable
-
-