Package org.hawaiiframework.exception
Class HawaiiException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.hawaiiframework.exception.HawaiiException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ApiException,HawaiiTaskExecutionException,HttpException,TaskTimeoutException,ValidationException
public class HawaiiException extends RuntimeException
- Since:
- 2.0.0
- Author:
- Marcel Overdijk
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HawaiiException()Constructs a newHawaiiException.HawaiiException(String message)Constructs a newHawaiiExceptionwith the supplied message.HawaiiException(String message, Throwable cause)Constructs a newHawaiiExceptionwith the supplied message andThrowable.HawaiiException(Throwable cause)Constructs a newHawaiiExceptionwith the suppliedThrowable.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
HawaiiException
public HawaiiException()
Constructs a newHawaiiException.
-
HawaiiException
public HawaiiException(String message)
Constructs a newHawaiiExceptionwith the supplied message.
-
HawaiiException
public HawaiiException(String message, Throwable cause)
Constructs a newHawaiiExceptionwith the supplied message andThrowable.
-
-