|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.tangosol.io.pof.PortableException
com.tangosol.net.RequestPolicyException
public class RequestPolicyException
Signals that a request was not allowed to complete due to the related service action being disallowed by the corresponding ActionPolicy.
ActionPolicy| Field Summary |
|---|
| Fields inherited from class com.tangosol.io.pof.PortableException |
|---|
m_asStackRemote, m_sMessage, m_sName |
| Constructor Summary | |
|---|---|
RequestPolicyException()Constructs a RequestPolicyException with no detail message. |
|
RequestPolicyException(java.lang.String s)Constructs a RequestPolicyException with the specified detail message. |
|
RequestPolicyException(java.lang.String s, java.lang.Throwable e)Construct a RequestPolicyException from a Throwable object and an additional description. |
|
RequestPolicyException(java.lang.Throwable e)Construct a RequestPolicyException from a Throwable object. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class com.tangosol.io.pof.PortableException |
|---|
getFullStackTrace, getMessage, getName, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace |
| Constructor Detail |
|---|
public RequestPolicyException()
public RequestPolicyException(java.lang.String s)
s - the String that contains a detailed messagepublic RequestPolicyException(java.lang.Throwable e)
e - the Throwable object
public RequestPolicyException(java.lang.String s,
java.lang.Throwable e)
s - the additional descriptione - the Throwable object| Method Detail |
|---|
public void readExternal(PofReader in)
throws java.io.IOException
readExternal in interface PortableObjectreadExternal in class PortableExceptionin - the PofReader from which to read the object's statejava.io.IOException - if an I/O error occurs
public void writeExternal(PofWriter out)
throws java.io.IOException
writeExternal in interface PortableObjectwriteExternal in class PortableExceptionout - the PofWriter to which to write the object's statejava.io.IOException - if an I/O error occurs
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||