Class NoDataProtocolException

All Implemented Interfaces:
Serializable

public class NoDataProtocolException extends ProtocolException
An ProtocolException derived class which is thrown when no data is available
See Also:
  • Constructor Details

    • NoDataProtocolException

      public NoDataProtocolException(String message)
      Initializes a new instance of the NoDataProtocolException class.
      Parameters:
      message - the detail message (which is saved for later retrieval by the getMessage() method).
    • NoDataProtocolException

      public NoDataProtocolException(Throwable cause)
      Initializes a new instance of the NoDataProtocolException class.
      Parameters:
      cause - the cause (which is saved for later retrieval by the {code getCause()} method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)
    • NoDataProtocolException

      public NoDataProtocolException(String message, Throwable cause)
      Initializes a new instance of the NoDataProtocolException class.
      Parameters:
      message - the detail message (which is saved for later retrieval by the getMessage() method).
      cause - the cause (which is saved for later retrieval by the {code getCause()} method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)