|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
org.exolab.core.messenger.MessengerException
public class MessengerException
Signals that a Messenger exception of some sort has occurred.
Messenger
,
Serialized FormField Summary |
---|
Fields inherited from class java.rmi.RemoteException |
---|
detail |
Constructor Summary | |
---|---|
MessengerException()
Constructs a new exception with no detail message |
|
MessengerException(java.lang.String message)
Constructs a new exception with the specified error message. |
|
MessengerException(java.lang.String message,
java.lang.Throwable exception)
Construct an exception with the specified reason and a link to the root cause of the exception. |
|
MessengerException(java.lang.Throwable exception)
Construct an exception with a link to the root cause of the exception. |
Method Summary | |
---|---|
java.lang.Throwable |
getException()
Return a reference to the root cause of the exception |
java.lang.String |
getMessage()
|
void |
printStackTrace()
|
void |
printStackTrace(java.io.PrintStream stream)
|
void |
printStackTrace(java.io.PrintWriter writer)
|
Methods inherited from class java.rmi.RemoteException |
---|
getCause |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MessengerException()
public MessengerException(java.lang.String message)
message
- the error messagepublic MessengerException(java.lang.Throwable exception)
reason
- the reason for the exceptionexception
- the root cause of the exceptionpublic MessengerException(java.lang.String message, java.lang.Throwable exception)
message
- the error messageexception
- the root cause of the exceptionMethod Detail |
---|
public java.lang.Throwable getException()
public void printStackTrace()
printStackTrace
in class java.lang.Throwable
public void printStackTrace(java.io.PrintStream stream)
printStackTrace
in class java.lang.Throwable
public void printStackTrace(java.io.PrintWriter writer)
printStackTrace
in class java.lang.Throwable
public java.lang.String getMessage()
getMessage
in class java.rmi.RemoteException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |