Serializable
public class RequestNotYetReadException extends IllegalStateException
Constructor | Description |
---|---|
RequestNotYetReadException() |
Initialize with no message.
|
RequestNotYetReadException(String msg) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RequestNotYetReadException()
public RequestNotYetReadException(String msg)
msg
- a message explaining the state. This message should not
be shown to an end-user.Copyright © 2018. All rights reserved.