BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.management
Class NoAccessRuntimeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byweblogic.utils.NestedRuntimeException
                  extended byweblogic.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 Class Summary
 
Nested classes inherited from class weblogic.utils.NestedThrowable
weblogic.utils.NestedThrowable.Util
 
Constructor Summary
NoAccessRuntimeException(String message)
           
NoAccessRuntimeException(String user, String perm, String target)
           
NoAccessRuntimeException(String user, String perm, String target, Throwable t)
           
NoAccessRuntimeException(String message, Throwable t)
           
NoAccessRuntimeException(Throwable t)
           
 
Method Summary
 String getMessage()
           
 
Methods inherited from class weblogic.utils.NestedRuntimeException
getNested, getNestedException, printStackTrace, printStackTrace, printStackTrace, superPrintStackTrace, superPrintStackTrace, superToString, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)
Method Detail

getMessage

public String getMessage()

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.