ProviderMgmtException Class

com.bea.p13n.security.management
ProviderMgmtException Class

public class ProviderMgmtException

    extends SystemException

System exception class that will be thrown when an attempt is made to call a method by a user who does not have sufficient priviledges to use the API.


Hierarchy
Object
  Throwable
    Exception
      RuntimeException
        SystemException
          ProviderMgmtException
All Implemented Interfaces

Serializable

Constructor Summary

ProviderMgmtException()

ProviderMgmtException(String message, Throwable cause)

Constructor
ProviderMgmtException(String message)

Constructor
ProviderMgmtException(Throwable cause)

Constructor
 

Method Summary

 
Methods from  java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

ProviderMgmtException

public ProviderMgmtException()

ProviderMgmtException

public ProviderMgmtException(String message, 
                             Throwable cause)
Constructor

ProviderMgmtException

public ProviderMgmtException(String message)
Constructor

ProviderMgmtException

public ProviderMgmtException(Throwable cause)
Constructor