com.jrockit.mc.rjmx.security
Class ConnectionSecurityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.jrockit.mc.rjmx.ConnectionException
                  extended by com.jrockit.mc.rjmx.security.ConnectionSecurityException
All Implemented Interfaces:
java.io.Serializable

public final class ConnectionSecurityException
extends ConnectionException

This exception will typically be thrown if an encrypted password is encountered in the ConnectionDescriptor, and a problem occurred during decryption.

Author:
Marcus Hirt
See Also:
Serialized Form

Constructor Summary
ConnectionSecurityException(IConnectionDescriptor descriptor, IConnectionHandle handle)
          Creates a security exception.
ConnectionSecurityException(java.lang.String message, IConnectionDescriptor descriptor, IConnectionHandle handle, java.lang.Exception cause)
          Creates a security exception.
 
Method Summary
 
Methods inherited from class com.jrockit.mc.rjmx.ConnectionException
getDescriptor, gethandle
 
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

ConnectionSecurityException

public ConnectionSecurityException(IConnectionDescriptor descriptor,
                                   IConnectionHandle handle)
Creates a security exception.

Parameters:
descriptor - the descriptor.
handle - the handle.

ConnectionSecurityException

public ConnectionSecurityException(java.lang.String message,
                                   IConnectionDescriptor descriptor,
                                   IConnectionHandle handle,
                                   java.lang.Exception cause)
Creates a security exception.

Parameters:
descriptor - the descriptor.
handle - the handle.
cause - the cause.


Copyright © 1999, 2011, Oracle and/or its affiliates. All rights reserved.