|
|||||||||
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
com.caucho.burlap.client.BurlapRuntimeException
public class BurlapRuntimeException
Wrapper for protocol exceptions thrown in the proxy.
Constructor Summary | |
---|---|
BurlapRuntimeException()
Zero-arg constructor. |
|
BurlapRuntimeException(java.lang.String message)
Create the exception. |
|
BurlapRuntimeException(java.lang.String message,
java.lang.Throwable rootCause)
Create the exception. |
|
BurlapRuntimeException(java.lang.Throwable rootCause)
Create the exception. |
Method Summary | |
---|---|
java.lang.String |
getMessage()
Returns the message. |
java.lang.Throwable |
getRootCause()
Returns the underlying cause. |
void |
printStackTrace()
Prints the stack trace. |
void |
printStackTrace(java.io.PrintStream out)
Prints the stack trace. |
void |
printStackTrace(java.io.PrintWriter out)
Prints the stack trace. |
java.lang.String |
toString()
Prints the exception as a string. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BurlapRuntimeException()
public BurlapRuntimeException(java.lang.String message)
public BurlapRuntimeException(java.lang.String message, java.lang.Throwable rootCause)
public BurlapRuntimeException(java.lang.Throwable rootCause)
Method Detail |
---|
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
public java.lang.Throwable getRootCause()
public void printStackTrace()
printStackTrace
in class java.lang.Throwable
public void printStackTrace(java.io.PrintWriter out)
printStackTrace
in class java.lang.Throwable
public void printStackTrace(java.io.PrintStream out)
printStackTrace
in class java.lang.Throwable
public java.lang.String toString()
toString
in class java.lang.Throwable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |