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:
java.io.Serializable
public class BurlapRuntimeException extends java.lang.RuntimeExceptionWrapper for protocol exceptions thrown in the proxy.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ThrowablegetCause()Returns the underlying cause.java.lang.ThrowablegetRootCause()Returns the underlying cause.
-
-
-
Constructor Detail
-
BurlapRuntimeException
public BurlapRuntimeException()
Zero-arg constructor.
-
BurlapRuntimeException
public BurlapRuntimeException(java.lang.String message)
Create the exception.
-
BurlapRuntimeException
public BurlapRuntimeException(java.lang.String message, java.lang.Throwable rootCause)Create the exception.
-
BurlapRuntimeException
public BurlapRuntimeException(java.lang.Throwable rootCause)
Create the exception.
-
-