javax.naming
public class: NoPermissionException [javadoc |
source]
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.naming.NamingException
javax.naming.NamingSecurityException
javax.naming.NoPermissionException
All Implemented Interfaces:
Serializable
This exception is thrown when attempting to perform an operation
for which the client has no permission. The access control/permission
model is dictated by the directory/naming server.
Synchronization and serialization issues that apply to NamingException
apply directly here.
- author:
Rosanna
- Lee
- author:
Scott
- Seligman
- since:
1.3
-
Constructor: |
public NoPermissionException() {
super();
}
Constructs a new instance of NoPermissionException.
All fields are initialized to null. |
public NoPermissionException(String explanation) {
super(explanation);
}
Constructs a new instance of NoPermissionException using an
explanation. All other fields default to null. Parameters:
explanation - Possibly null additional detail about this exception.
|
Methods from javax.naming.NamingException: |
---|
appendRemainingComponent, appendRemainingName, getCause, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, initCause, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString, toString |
Methods from java.lang.Throwable: |
---|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getStackTraceDepth, getStackTraceElement, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |