com.plumtree.remote.prc
Class PortalException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byjava.rmi.RemoteException
                  extended bycom.plumtree.remote.prc.PortalException
All Implemented Interfaces:
java.io.Serializable

public class PortalException
extends java.rmi.RemoteException

Thrown when a remote invocation results in an error on the portal side, usually due to invalid method parameters.

See Also:
Serialized Form

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

PortalException

public PortalException()
Constructs a PortalException with no detail message.


PortalException

public PortalException(java.lang.String msg)
Constructs a PortalException with a detail message.

Parameters:
msg - the detail message

PortalException

public PortalException(java.lang.Throwable cause)
Constructs a PortalException with a nested exception.

Parameters:
cause - the nested exception

PortalException

public PortalException(java.lang.String msg,
                       java.lang.Throwable cause)
Constructs a PortalException with the specified detail message and a nested exception.

Parameters:
msg - the detail message
cause - the nested exception


For additional information on the Oracle® WebCenter Interaction Development Kit, including tutorials, blogs, code samples and more, see the Oracle Technology Network (http://www.oracle.com/technology/index.html).

Copyright ©2010 Oracle® Corporation. All Rights Reserved.