com.novell.emframe.dev.config
Class AccessDeniedConfigException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.novell.emframe.dev.config.ConfigException
              extended bycom.novell.emframe.dev.config.AccessDeniedConfigException
All Implemented Interfaces:
java.io.Serializable

public class AccessDeniedConfigException
extends ConfigException

The AccessDeniedConfigException is a specific Configuration Exception used to return the error that the user has insufficient rights to complete the configuration operation.

See Also:
Serialized Form

Constructor Summary
AccessDeniedConfigException()
          Constructs a new AccessDeniedConfigException with null as its detail message and cause.
AccessDeniedConfigException(java.lang.String sMsg)
          Constructs a new AccessDeniedConfigException with the specified detail message but with a null cause.
AccessDeniedConfigException(java.lang.String sMsg, java.lang.Throwable t)
          Constructs a new AccessDeniedConfigException with the specified detail message and cause.
AccessDeniedConfigException(java.lang.Throwable t)
          Constructs a new AccessDeniedConfigException with the cause and detailed message coming from the cause.
 
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

AccessDeniedConfigException

public AccessDeniedConfigException()
Constructs a new AccessDeniedConfigException with null as its detail message and cause.


AccessDeniedConfigException

public AccessDeniedConfigException(java.lang.String sMsg)
Constructs a new AccessDeniedConfigException with the specified detail message but with a null cause.

Parameters:
sMsg - String containing the detailed message

AccessDeniedConfigException

public AccessDeniedConfigException(java.lang.String sMsg,
                                   java.lang.Throwable t)
Constructs a new AccessDeniedConfigException with the specified detail message and cause.

Parameters:
sMsg - String containing the detailed message
t - Throwable cause of the exception (A null values is permitted, and indicates that the cause is nonexistant or unknown.

AccessDeniedConfigException

public AccessDeniedConfigException(java.lang.Throwable t)
Constructs a new AccessDeniedConfigException with the cause and detailed message coming from the cause.

Parameters:
t - Throwable cause of the exception (A null values is permitted, and indicates that the cause is nonexistant or unknown.


API Documentation Copyright © 1998-2004 Novell, Inc. All rights reserved.
NDS is a registered trademark of Novell, Inc. in the United States and other countries.
Generated September 2 2004 0111.