Class RequestNotYetReadException

  • All Implemented Interfaces:
    java.io.Serializable

    public class RequestNotYetReadException
    extends java.lang.IllegalStateException
    Indicates that a client request has not yet been read from the wire.
    Since:
    2.0
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • RequestNotYetReadException

        public RequestNotYetReadException()
        Initialize with no message.
      • RequestNotYetReadException

        public RequestNotYetReadException​(java.lang.String msg)
        Parameters:
        msg - a message explaining the state. This message should not be shown to an end-user.