com.caucho.burlap.io
Class BurlapServiceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.caucho.hessian.io.HessianServiceException
              extended bycom.caucho.burlap.io.BurlapServiceException
All Implemented Interfaces:
java.io.Serializable

public class BurlapServiceException
extends com.caucho.hessian.io.HessianServiceException

Exception for faults when the fault doesn't return a java exception. This exception is required for MicroBurlapInput.

See Also:
Serialized Form

Constructor Summary
BurlapServiceException()
          Zero-arg constructor.
BurlapServiceException(java.lang.String message, java.lang.String code, java.lang.Object detail)
          Create the exception.
 
Methods inherited from class com.caucho.hessian.io.HessianServiceException
getCode, getDetail
 
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

BurlapServiceException

public BurlapServiceException()
Zero-arg constructor.


BurlapServiceException

public BurlapServiceException(java.lang.String message,
                              java.lang.String code,
                              java.lang.Object detail)
Create the exception.