Skip navigation links


com.bea.wsrp.faults
Class AccessDeniedException

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.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 Form
This class is intended to be implemented only by Oracle Weblogic Portal. Oracle 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 Oracle Weblogic Portal.

Field Summary

 

Fields inherited from class java.rmi.RemoteException
detail

 

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

 

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

 

Methods inherited from class com.bea.wsrp.faults.TransportException
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

AccessDeniedException

public AccessDeniedException()

AccessDeniedException

public AccessDeniedException(String message)

AccessDeniedException

public AccessDeniedException(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

clone

public Object clone()
             throws CloneNotSupportedException
Overrides:
clone in class TransportException
Throws
CloneNotSupportedException

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.