Class BurlapProtocolException

All Implemented Interfaces:
Serializable

public class BurlapProtocolException extends HessianProtocolException
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.