Package com.caucho.burlap.client
Class BurlapRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.caucho.burlap.client.BurlapRuntimeException
- All Implemented Interfaces:
Serializable
Wrapper for protocol exceptions thrown in the proxy.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionZero-arg constructor.BurlapRuntimeException
(String message) Create the exception.BurlapRuntimeException
(String message, Throwable rootCause) Create the exception.BurlapRuntimeException
(Throwable rootCause) Create the exception. -
Method Summary
Modifier and TypeMethodDescriptiongetCause()
Returns the underlying cause.Returns the underlying cause.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BurlapRuntimeException
public BurlapRuntimeException()Zero-arg constructor. -
BurlapRuntimeException
Create the exception. -
BurlapRuntimeException
Create the exception. -
BurlapRuntimeException
Create the exception.
-
-
Method Details