|
||||||||||
| 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.io.IOException
com.caucho.burlap.client.BurlapProtocolException
public class BurlapProtocolException
Exception for faults when the fault doesn't return a java exception. This exception is required for MicroBurlapInput.
| Constructor Summary | |
|---|---|
BurlapProtocolException()
Zero-arg constructor. |
|
BurlapProtocolException(java.lang.String message)
Create the exception. |
|
BurlapProtocolException(java.lang.String message,
java.lang.Throwable rootCause)
Create the exception. |
|
BurlapProtocolException(java.lang.Throwable rootCause)
Create the exception. |
|
| Method Summary | |
|---|---|
java.lang.Throwable |
getRootCause()
Returns the underlying cause. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, 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 BurlapProtocolException()
public BurlapProtocolException(java.lang.String message)
public BurlapProtocolException(java.lang.String message,
java.lang.Throwable rootCause)
public BurlapProtocolException(java.lang.Throwable rootCause)
| Method Detail |
|---|
public java.lang.Throwable getRootCause()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||