BEA Systems, Inc.

com.connecterra.ale.dynamicconfig.api
Class PluginException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.connecterra.ale.dynamicconfig.api.PluginException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DuplicateNameException, NoSuchNameException

public class PluginException
extends Exception

Root exception type for all Dynamic Configuration API exceptions.

See Also:
Serialized Form

Constructor Summary
PluginException()
          Constructs a PluginException with no detail message or cause.
PluginException(String message)
          Constructs a PluginException with the specified detail message.
PluginException(String message, Throwable cause)
          Constructs a PluginException with the specified detail message.
PluginException(Throwable cause)
          Constructs a PluginException with the specified causing exception and a detail message from the causing exception.
 
Method Summary
 
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

PluginException

public PluginException()
Constructs a PluginException with no detail message or cause. The cause may subsequently be initialized by a call to Throwable.initCause(java.lang.Throwable).


PluginException

public PluginException(String message)
Constructs a PluginException with the specified detail message. The cause is not initialized and may subsequently be initialized by a call to Throwable.initCause(java.lang.Throwable).

Parameters:
message - the detail message of the exception

PluginException

public PluginException(Throwable cause)
Constructs a PluginException with the specified causing exception and a detail message from the causing exception.

Parameters:
cause - the causing exception. Null value is allowed and indicates that the cause is nonexistent or unknown.

PluginException

public PluginException(String message,
                       Throwable cause)
Constructs a PluginException with the specified detail message.

Parameters:
message - the detail message of the exception
cause - the causing exception. Null value is allowed and indicates that the cause is nonexistent or unknown.

Documentation is available at
${DOCSWEBROOT}
Copyright 2007 BEA Systems Inc.