© 2004 BEA Systems, Inc.

com.bea.p13n.security.management
Class ProviderMgmtException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.bea.p13n.exceptions.SystemException
                  extended bycom.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
 
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

© 2004 BEA Systems, Inc.

Copyright © 2004 BEA Systems, Inc. All Rights Reserved