Package com.caucho.burlap.io
Class BurlapServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.caucho.hessian.io.HessianServiceException
com.caucho.burlap.io.BurlapServiceException
- All Implemented Interfaces:
Serializable
Exception for faults when the fault doesn't return a java exception.
This exception is required for MicroBurlapInput.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionZero-arg constructor.BurlapServiceException
(String message, String code, Object detail) Create the exception. -
Method Summary
Methods inherited from class com.caucho.hessian.io.HessianServiceException
getCode, getDetail
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BurlapServiceException
public BurlapServiceException()Zero-arg constructor. -
BurlapServiceException
Create the exception.
-