public class RequestNotYetReadException
extends java.lang.IllegalStateException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
RequestNotYetReadException()
Initialize with no message.
|
RequestNotYetReadException(java.lang.String msg)
Constructor for RequestNotYetReadException.
|
private static final long serialVersionUID
public RequestNotYetReadException()
public RequestNotYetReadException(java.lang.String msg)
Constructor for RequestNotYetReadException.
msg - a message explaining the state. This message should not
be shown to an end-user.