|
||||||||||
| 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.ServiceException
public class ServiceException
An exception related to a Service.
| Field Summary |
|---|
| Fields inherited from class raccoon.api.exception.RaccoonException |
|---|
MAX_MESSAGE_LENGTH, MAX_MSG_SIZE, MAX_STACK_DEPTH, MESSAGE_TOO_LONG |
| Constructor Summary | |
|---|---|
ServiceException()
Constructs a RaccoonException with no specified detail message. |
|
ServiceException(int pErrorCode,
java.lang.String pMessage)
Contructs a RaccoonException with the specified error code
and detail message. |
|
ServiceException(int pErrorCode,
java.lang.String pMessage,
java.lang.Throwable pThrowable)
Constructs a RaccoonException with the specified error code, detail
message and nested exception. |
|
ServiceException(java.lang.String pMessage)
Constructs a RaccoonException with the specified detail message. |
|
ServiceException(java.lang.String pMessage,
java.lang.Throwable pThrowable)
Constructs a RaccoonException 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 ServiceException()
RaccoonException with no specified detail message.
public ServiceException(java.lang.String pMessage)
RaccoonException with the specified detail message.
pMessage - the detail message
public ServiceException(java.lang.String pMessage,
java.lang.Throwable pThrowable)
RaccoonException with the specified detail message and nested exception.
pMessage - the detail messagepThrowable - the nested exception
public ServiceException(int pErrorCode,
java.lang.String pMessage)
RaccoonException with the specified error code
and detail message.
pErrorCode - the error codepMessage - the detail message
public ServiceException(int pErrorCode,
java.lang.String pMessage,
java.lang.Throwable pThrowable)
RaccoonException 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 | |||||||||