Class BurlapProtocolException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.caucho.burlap.client.BurlapProtocolException
All Implemented Interfaces:
Serializable

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

    • BurlapProtocolException

      public BurlapProtocolException()
      Zero-arg constructor.
    • BurlapProtocolException

      public BurlapProtocolException(String message)
      Create the exception.
    • BurlapProtocolException

      public BurlapProtocolException(String message, Throwable rootCause)
      Create the exception.
    • BurlapProtocolException

      public BurlapProtocolException(Throwable rootCause)
      Create the exception.
  • Method Details

    • getRootCause

      public Throwable getRootCause()
      Returns the underlying cause.