Skip navigation links


com.bea.wsrp.faults
Class PortletStateChangeRequiredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.rmi.RemoteException
                  extended by com.bea.wsrp.faults.TransportException
                      extended by com.bea.wsrp.faults.PortletStateChangeRequiredException

All Implemented Interfaces
Serializable, Cloneable

public class PortletStateChangeRequiredException
extends TransportException

This exception is thrown when a portlet needs to modify its persistent state, but has been prevented from doing so (for example, due to security).

See Also
Serialized Form

Field Summary

 

Fields inherited from class java.rmi.RemoteException
detail

 

Constructor Summary
PortletStateChangeRequiredException()
           
PortletStateChangeRequiredException(String message)
           
PortletStateChangeRequiredException(String message, Throwable cause)
           

 

Method Summary
 String faultType()
          Get the localPart of the fault code

 

Methods inherited from class com.bea.wsrp.faults.TransportException
clone, getDetailStackTrace, getFault, getFaultCode, getFaultElement, getFaultString, getMessage, initCause, setFault

 

Methods inherited from class java.rmi.RemoteException
getCause

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

 

Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

PortletStateChangeRequiredException

public PortletStateChangeRequiredException()

PortletStateChangeRequiredException

public PortletStateChangeRequiredException(String message)

PortletStateChangeRequiredException

public PortletStateChangeRequiredException(String message,
                                           Throwable cause)

Method Detail

faultType

public String faultType()
Description copied from class: TransportException
Get the localPart of the fault code
Overrides:
faultType in class TransportException
Returns
the faultCode's localpart

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.