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:
- Serializable, weblogic.utils.NestedThrowable
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
Nested classes/interfaces inherited from interface 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,
Throwable t)
NoAccessRuntimeException
public NoAccessRuntimeException(Throwable t)
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)
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable