com.bea.wsrp.faults
Class PortletStateChangeRequiredException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
java.io.IOException
              
java.rmi.RemoteException
                  
com.bea.wsrp.faults.TransportException
                      
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
 
 
 
 
 
 
 
 
 
PortletStateChangeRequiredException
public PortletStateChangeRequiredException()
PortletStateChangeRequiredException
public PortletStateChangeRequiredException(String message)
PortletStateChangeRequiredException
public PortletStateChangeRequiredException(String message,
                                           Throwable cause)
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
 
 
 
Copyright © 2006 BEA Systems, Inc. All Rights Reserved