|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
raccoon.api.exception.RaccoonException
raccoon.api.exception.ResourceNotFoundException
public class ResourceNotFoundException
A resource specific exception class.
Field Summary |
---|
Fields inherited from class raccoon.api.exception.RaccoonException |
---|
MAX_MESSAGE_LENGTH, MAX_MSG_SIZE, MAX_STACK_DEPTH, MESSAGE_TOO_LONG |
Constructor Summary | |
---|---|
ResourceNotFoundException()
Constructs a ResourceNotFoundException with no specified detail message. |
|
ResourceNotFoundException(int pErrorCode,
java.lang.String pMessage)
Contructs a ResourceNotFoundException with the specified error code
and detail message. |
|
ResourceNotFoundException(int pErrorCode,
java.lang.String pMessage,
java.lang.Throwable pThrowable)
Constructs a ResourceNotFoundException with the specified error code, detail
message and nested exception. |
|
ResourceNotFoundException(java.lang.String pMessage)
Constructs a ResourceNotFoundException with the specified detail message. |
|
ResourceNotFoundException(java.lang.String pMessage,
java.lang.Throwable pThrowable)
Constructs a ResourceNotFoundException with the specified detail message and nested exception. |
Method Summary |
---|
Methods inherited from class raccoon.api.exception.RaccoonException |
---|
addContainedException, buildString, getContainedException, getContainedExceptions, getContainedExceptionsSize, getErrorCode, getErrorMessage, getMessage, iterContainedExceptions, printStackTraceAsString, setContainedException, setContainedExceptions, setErrorCode, setErrorMessage, toString |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ResourceNotFoundException()
ResourceNotFoundException
with no specified detail message.
public ResourceNotFoundException(java.lang.String pMessage)
ResourceNotFoundException
with the specified detail message.
pMessage
- the detail messagepublic ResourceNotFoundException(java.lang.String pMessage, java.lang.Throwable pThrowable)
ResourceNotFoundException
with the specified detail message and nested exception.
pMessage
- the detail messagepThrowable
- the nested exceptionpublic ResourceNotFoundException(int pErrorCode, java.lang.String pMessage)
ResourceNotFoundException
with the specified error code
and detail message.
pErrorCode
- the error codepMessage
- the detail messagepublic ResourceNotFoundException(int pErrorCode, java.lang.String pMessage, java.lang.Throwable pThrowable)
ResourceNotFoundException
with the specified error code, detail
message and nested exception.
pErrorCode
- the error codepMessage
- the detail messagepThrowable
- the nested exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |