Package eu.woolplatform.utils.exception
Class HandledException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- eu.woolplatform.utils.exception.HandledException
-
- All Implemented Interfaces:
Serializable
public class HandledException extends Exception
This exception can be thrown to inform the caller that an error occurred, but that has already been handled, for example by writing an error log.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HandledException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-