|
||||||||||
| 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(String message)
Create the exception. |
|
BurlapRuntimeException(String message,
Throwable rootCause)
Create the exception. |
|
BurlapRuntimeException(Throwable rootCause)
Create the exception. |
|
| Method Summary | |
|---|---|
Throwable |
getCause()
Returns the underlying cause. |
Throwable |
getRootCause()
Returns the underlying cause. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BurlapRuntimeException()
public BurlapRuntimeException(String message)
public BurlapRuntimeException(String message,
Throwable rootCause)
public BurlapRuntimeException(Throwable rootCause)
| Method Detail |
|---|
public Throwable getRootCause()
public Throwable getCause()
getCause in class Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||