BEA WebLogic Server 9.0 API Reference
weblogic.management
Class NoAccessRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
weblogic.utils.NestedRuntimeException
weblogic.management.NoAccessRuntimeException
- All Implemented Interfaces:
- weblogic.utils.NestedThrowable, Serializable
- public final class NoAccessRuntimeException
- extends weblogic.utils.NestedRuntimeException
This is the exception that is thrown when an atempt is made to access an
MBean and the operation or attributes is not available for given the
established identity. The exception includes the identity of the user,
the operation that was atempeted (get, set, or invoke), and the object
name of the MBean that was being targeted. It also nests the causal
Security Exception
- See Also:
- Serialized Form
- Copyright © 2005 BEA Systems, Inc. All Rights Reserved.
Nested classes inherited from class weblogic.utils.NestedThrowable |
weblogic.utils.NestedThrowable.Util |
Methods inherited from class weblogic.utils.NestedRuntimeException |
getNested, getNestedException, printStackTrace, printStackTrace, printStackTrace, superPrintStackTrace, superPrintStackTrace, superToString, toString |
NoAccessRuntimeException
public NoAccessRuntimeException(String message)
NoAccessRuntimeException
public NoAccessRuntimeException(String user,
String perm,
String target)
NoAccessRuntimeException
public NoAccessRuntimeException(String user,
String perm,
String target,
Throwable t)
NoAccessRuntimeException
public NoAccessRuntimeException(String message,
Throwable t)
NoAccessRuntimeException
public NoAccessRuntimeException(Throwable t)
getMessage
public String getMessage()