com.sun.jdmk.comm
Class UnauthorizedSecurityException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.SecurityException
                  extended bycom.sun.jdmk.JdmkSecurityException
                      extended bycom.sun.jdmk.comm.UnauthorizedSecurityException
All Implemented Interfaces:
Serializable

public class UnauthorizedSecurityException
extends JdmkSecurityException

Thrown by all the methods in the RemoteMBeanServer interface when the client's login/password is not supported by the server it is trying to contact.

Version:
1.11 05/05/04
Author:
Sun Microsystems, Inc
See Also:
Serialized Form

Constructor Summary
UnauthorizedSecurityException()
          Default constructor.
UnauthorizedSecurityException(String msg)
          Constructor that allows a specific error message to be specified.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnauthorizedSecurityException

public UnauthorizedSecurityException()
Default constructor.


UnauthorizedSecurityException

public UnauthorizedSecurityException(String msg)
Constructor that allows a specific error message to be specified.


FCS Release
jdmk-5_1-b34.1 2005.02.10_16:46:09_MET

Copyright 1998-2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.