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
public class BurlapServiceException
- extends HessianServiceException
Exception for faults when the fault doesn't return a java exception.
This exception is required for MicroBurlapInput.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BurlapServiceException
public BurlapServiceException()
- Zero-arg constructor.
BurlapServiceException
public BurlapServiceException(String message,
String code,
Object detail)
- Create the exception.
Copyright © 2013. All Rights Reserved.