Package eu.woolplatform.utils.exception
Class FatalException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- eu.woolplatform.utils.exception.FatalException
-
- All Implemented Interfaces:
Serializable
public class FatalException extends Exception
This exception indicates a fatal error that should cause a service to stop.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FatalException(String message)FatalException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-