com.bea.wsrp.faults
Class AccessDeniedException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.io.IOException
java.io.IOException
               java.rmi.RemoteException
java.rmi.RemoteException
                   com.bea.wsrp.faults.TransportException
com.bea.wsrp.faults.TransportException
                       com.bea.wsrp.faults.AccessDeniedException
com.bea.wsrp.faults.AccessDeniedException
- All Implemented Interfaces 
- Serializable, Cloneable
- public class AccessDeniedException 
- extends TransportException- implements Cloneable
This exception is thrown when the producer denied access to a resource
 due to access control restrictions.
- See Also
- Serialized FormThis class is intended to be implemented only by BEA Weblogic Portal.  BEA Systems reserves the right to add abstract methods to this class without notice.  Extensions of this class by other parties must not be expected to compile without change in future versions of BEA Weblogic Portal. 
 
 
 
 
 
 
 
 
AccessDeniedException
public AccessDeniedException()
AccessDeniedException
public AccessDeniedException(String message)
AccessDeniedException
public AccessDeniedException(String message,
                             Throwable cause)
faultType
public String faultType()
- Description copied from class: TransportException
- Get the localPart of the fault code
 
- 
- Overrides:
- faultTypein class- TransportException
 
- 
- Returns
- the faultCode's localpart
 
clone
public Object clone()
             throws CloneNotSupportedException
- 
- Overrides:
- clonein class- TransportException
 
- 
- Throws
- CloneNotSupportedException
 
Copyright © 2008 BEA Systems, Inc. All Rights Reserved