|
||||||||||
| 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.lang.RuntimeException
org.sapia.ubik.rmi.RemoteRuntimeException
public class RemoteRuntimeException
| Constructor Summary | |
|---|---|
RemoteRuntimeException(java.lang.String aMessage)
Creates a new CompositeRuntimeException instance with the argument passed in. |
|
RemoteRuntimeException(java.lang.String aMessage,
java.lang.Throwable aSourceError)
Creates a new CompositeRuntimeException instance with the arguments passed in. |
|
| Method Summary | |
|---|---|
java.lang.Throwable |
getSourceError()
Returns the source error encapsulated in this composite exception. |
void |
printStackTrace()
Prints the stack trace of this composite exception to the standard error stream. |
void |
printStackTrace(java.io.PrintStream anOutput)
Prints the stack trace of this composite exception to the print stream passed in. |
void |
printStackTrace(java.io.PrintWriter anOutput)
Prints the stack trace of this composite exception to the print writer passed in. |
| 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 RemoteRuntimeException(java.lang.String aMessage,
java.lang.Throwable aSourceError)
aMessage - The message describing the error.aSourceError - The source error to encapsulate.public RemoteRuntimeException(java.lang.String aMessage)
aMessage - The message describing the error.| Method Detail |
|---|
public java.lang.Throwable getSourceError()
public void printStackTrace()
printStackTrace in class java.lang.Throwablepublic void printStackTrace(java.io.PrintWriter anOutput)
printStackTrace in class java.lang.Throwablepublic void printStackTrace(java.io.PrintStream anOutput)
printStackTrace in class java.lang.Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||