Class 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:
    Serialized Form
    • Constructor Detail

      • 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 Detail

      • getRootCause

        public Throwable getRootCause()
        Returns the underlying cause.