public class RequestPolicyException extends PortableException
ActionPolicym_asStackRemote, m_sMessage, m_sName| Constructor and 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 and 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, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTracepublic 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 PortableObjectreadExternal in class PortableExceptionin - 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 PortableObjectwriteExternal in class PortableExceptionout - the PofWriter to which to write the object's stateIOException - if an I/O error occurs