|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
com.plumtree.remote.prc.PortalException
Thrown when a remote invocation results in an error on the portal side, usually due to invalid method parameters.
| Field Summary |
| Fields inherited from class java.rmi.RemoteException |
detail |
| Constructor Summary | |
PortalException()
Constructs a PortalException with no detail message. |
|
PortalException(java.lang.String msg)
Constructs a PortalException with a detail message. |
|
PortalException(java.lang.String msg,
java.lang.Throwable cause)
Constructs a PortalException with the specified detail message and a nested exception. |
|
PortalException(java.lang.Throwable cause)
Constructs a PortalException with a nested exception. |
|
| Methods inherited from class java.rmi.RemoteException |
getCause, getMessage |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public PortalException()
PortalException with no detail message.
public PortalException(java.lang.String msg)
PortalException with a detail message.
msg - the detail messagepublic PortalException(java.lang.Throwable cause)
PortalException with a nested exception.
cause - the nested exception
public PortalException(java.lang.String msg,
java.lang.Throwable cause)
PortalException with the specified detail message and a nested exception.
msg - the detail messagecause - the nested exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright ©2008 Oracle® Corporation. All Rights Reserved.