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