public class RequestPolicyException extends PortableException
ActionPolicy
m_asStackRemote, m_sMessage, m_sName
Constructor | Description |
---|---|
RequestPolicyException() |
Constructs a RequestPolicyException with no detail message.
|
RequestPolicyException(String s) |
Constructs a RequestPolicyException with the specified detail message.
|
RequestPolicyException(String s,
Throwable e) |
Construct a RequestPolicyException from a Throwable object and an
additional description.
|
RequestPolicyException(Throwable e) |
Construct a RequestPolicyException from a Throwable object.
|
Modifier and Type | Method | Description |
---|---|---|
void |
readExternal(PofReader in) |
Restore the contents of a user type instance by reading its state using
the specified PofReader object.
|
void |
writeExternal(PofWriter out) |
Save the contents of a POF user type instance by writing its state using
the specified PofWriter object.
|
getFullStackTrace, getMessage, getName, printStackTrace, printStackTrace, readResolve, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
writeReplace
public RequestPolicyException()
public RequestPolicyException(String s)
s
- the String that contains a detailed messagepublic RequestPolicyException(Throwable e)
e
- the Throwable objectpublic void readExternal(PofReader in) throws IOException
readExternal
in interface PortableObject
readExternal
in class PortableException
in
- the PofReader from which to read the object's stateIOException
- if an I/O error occurspublic void writeExternal(PofWriter out) throws IOException
writeExternal
in interface PortableObject
writeExternal
in class PortableException
out
- the PofWriter to which to write the object's stateIOException
- if an I/O error occurs