|
|||||||||||
| 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
Signals that a Messenger exception of some sort has occurred.
Messenger,
Serialized Form| Field 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)
exception - the root cause of the exception
public MessengerException(java.lang.String message,
java.lang.Throwable exception)
message - the error messageexception - the root cause of the exception| Method Detail |
public java.lang.Throwable getException()
public void printStackTrace()
public void printStackTrace(java.io.PrintStream stream)
public void printStackTrace(java.io.PrintWriter writer)
public java.lang.String getMessage()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||