|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.caucho.burlap.client.BurlapServiceException
public class BurlapServiceException
Exception for faults when the fault doesn't return a java exception. This exception is required for MicroBurlapInput.
| Constructor Summary | |
|---|---|
BurlapServiceException()
Zero-arg constructor. |
|
BurlapServiceException(java.lang.String message,
java.lang.String code,
java.lang.Object detail)
Create the exception. |
|
| Method Summary | |
|---|---|
java.lang.String |
getCode()
Returns the code. |
java.lang.Object |
getDetail()
Returns the detail. |
| 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 BurlapServiceException()
public BurlapServiceException(java.lang.String message,
java.lang.String code,
java.lang.Object detail)
| Method Detail |
|---|
public java.lang.String getCode()
public java.lang.Object getDetail()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||