Class BurlapServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.caucho.burlap.client.BurlapServiceException
All Implemented Interfaces:
Serializable

public class BurlapServiceException extends Exception
Exception for faults when the fault doesn't return a java exception. This exception is required for MicroBurlapInput.
See Also:
  • Constructor Details

    • BurlapServiceException

      public BurlapServiceException()
      Zero-arg constructor.
    • BurlapServiceException

      public BurlapServiceException(String message, String code, Object detail)
      Create the exception.
  • Method Details

    • getCode

      public String getCode()
      Returns the code.
    • getDetail

      public Object getDetail()
      Returns the detail.