Class RequestNotYetReadException

All Implemented Interfaces:
Serializable

public class RequestNotYetReadException extends IllegalStateException
Indicates that a client request has not yet been read from the wire.
Since:
2.0
See Also:
  • Field Details

  • Constructor Details

    • RequestNotYetReadException

      public RequestNotYetReadException()
      Initialize with no message.
    • RequestNotYetReadException

      public RequestNotYetReadException(String msg)

      Constructor for RequestNotYetReadException.

      Parameters:
      msg - a message explaining the state. This message should not be shown to an end-user.