com.bea.p13n.security.management
Class ProviderMgmtException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.bea.p13n.exceptions.SystemException
                  extended by com.bea.p13n.security.management.ProviderMgmtException
All Implemented Interfaces
Serializable

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.

See Also
Serialized Form

Constructor Summary
ProviderMgmtException()
           
ProviderMgmtException(String message)
          Constructor
ProviderMgmtException(String message, Throwable cause)
          Constructor
ProviderMgmtException(Throwable cause)
          Constructor
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProviderMgmtException

public ProviderMgmtException()

ProviderMgmtException

public ProviderMgmtException(String message)
Constructor

Parameters
message - String representing the Exception message

ProviderMgmtException

public ProviderMgmtException(String message,
                             Throwable cause)
Constructor

Parameters
message - String representing the exception message
cause - Throwable object representing the caused exception

ProviderMgmtException

public ProviderMgmtException(Throwable cause)
Constructor

Parameters
cause - Throwable object representing the caused exception


Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.