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
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 |
ProviderMgmtException
public ProviderMgmtException()
ProviderMgmtException
public ProviderMgmtException(String
message,
Throwable
cause)
- Constructor
ProviderMgmtException
public ProviderMgmtException(String
message)
- Constructor
ProviderMgmtException
public ProviderMgmtException(Throwable
cause)
- Constructor