|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openwms.core.integration.exception.ResourceNotFoundException
public class ResourceNotFoundException
A ResourceNotFoundException is thrown when a given resource couldn't be resolved.
Constructor Summary | |
---|---|
ResourceNotFoundException()
Create a new ResourceNotFoundException . |
|
ResourceNotFoundException(String message)
Create a new ResourceNotFoundException with a message text. |
|
ResourceNotFoundException(String message,
Throwable cause)
Create a new ResourceNotFoundException with a message text
and the root exception. |
|
ResourceNotFoundException(Throwable cause)
Create a new ResourceNotFoundException with the root
exception. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ResourceNotFoundException()
ResourceNotFoundException
.
public ResourceNotFoundException(String message)
ResourceNotFoundException
with a message text.
message
- Message text as Stringpublic ResourceNotFoundException(Throwable cause)
ResourceNotFoundException
with the root
exception.
cause
- The root exceptionpublic ResourceNotFoundException(String message, Throwable cause)
ResourceNotFoundException
with a message text
and the root exception.
message
- Message text as Stringcause
- The root exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |