|
||||||||||
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.exolab.core.service.ServiceException
org.exolab.jms.server.ServerException
public class ServerException
A general purpose exception to indicate a problem in the JMS server.
Constructor Summary | |
---|---|
ServerException()
Construct a new ServerException with no information. |
|
ServerException(java.lang.String message)
Construct a new ServerException with a detail message |
|
ServerException(java.lang.String message,
java.lang.Throwable cause)
Construct a new ServerException with a detail
message and the exception that caused it |
|
ServerException(java.lang.Throwable cause)
Construct a new ServerException with the exception that
caused it. |
Method Summary |
---|
Methods inherited from class org.exolab.core.service.ServiceException |
---|
getRootCause, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ServerException()
ServerException
with no information.
public ServerException(java.lang.String message)
ServerException
with a detail message
message
- a message describing this exceptionpublic ServerException(java.lang.Throwable cause)
ServerException
with the exception that
caused it.
cause
- the exception that caused this exceptionpublic ServerException(java.lang.String message, java.lang.Throwable cause)
ServerException
with a detail
message and the exception that caused it
message
- a message describing this exceptioncause
- the exception that caused this exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |