|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.activeio.xnet.ServiceException
Constructor Summary | |
ServiceException()
Default constructor, which simply delegates exception handling up the inheritance chain to Exception . |
|
ServiceException(String message)
This constructor allows a message to be supplied indicating the source of the problem that occurred. |
|
ServiceException(String message,
Throwable rootCause)
This constructor allows both a message identifying the problem that occurred as well as a "root cause" exception to be supplied, which may later be used by the wrapping application. |
|
ServiceException(Throwable rootCause)
This constructor allows a "root cause" exception to be supplied, which may later be used by the wrapping application. |
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 ServiceException()
Exception
.
public ServiceException(String message)
message
- String
identifying the cause of the problem.public ServiceException(Throwable rootCause)
rootCause
- Throwable
that triggered the problem.public ServiceException(String message, Throwable rootCause)
message
- String
identifying the cause of the problem.rootCause
- Throwable
that triggered this problem.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |