org.apache.activeio.xnet
public class ServiceException extends java.lang.Exception
Constructor and Description |
---|
ServiceException()
Default constructor, which simply delegates exception
handling up the inheritance chain to
Exception . |
ServiceException(java.lang.String message)
This constructor allows a message to be supplied indicating the source
of the problem that occurred.
|
ServiceException(java.lang.String message,
java.lang.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(java.lang.Throwable rootCause)
This constructor allows a "root cause" exception to be supplied,
which may later be used by the wrapping application.
|
public ServiceException()
Exception
.
public ServiceException(java.lang.String message)
message
- String
identifying the cause of the problem.public ServiceException(java.lang.Throwable rootCause)
rootCause
- Throwable
that triggered the problem.public ServiceException(java.lang.String message, java.lang.Throwable rootCause)
message
- String
identifying the cause of the problem.rootCause
- Throwable
that triggered this problem.Copyright © 2005-2014. All Rights Reserved.