com.adobe.idp.dsc.registry.connector
Class ConnectorRegistryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.adobe.idp.dsc.DSCRuntimeException
                  extended by com.adobe.idp.dsc.registry.connector.ConnectorRegistryException
All Implemented Interfaces:
java.io.Serializable

public class ConnectorRegistryException
extends com.adobe.idp.dsc.DSCRuntimeException

Represents an exception that is thrown if a connector cannot be registered.

See Also:
Serialized Form

Constructor Summary
ConnectorRegistryException(com.adobe.idp.dsc.DSCError error)
          Constructs a new exception with a given message.
ConnectorRegistryException(com.adobe.idp.dsc.DSCError error, java.lang.Throwable aThrowable)
          Constructs a new exception with a given message.
ConnectorRegistryException(java.lang.Throwable aThrowable)
          Constructs a new exception with a given cause.
 
Method Summary
 
Methods inherited from class com.adobe.idp.dsc.DSCRuntimeException
getError, getMessage, getNestedThrowable, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectorRegistryException

public ConnectorRegistryException(java.lang.Throwable aThrowable)
Constructs a new exception with a given cause.

Parameters:
aThrowable - The causing exception. Null is permitted.
See Also:
Exception(java.lang.Throwable)

ConnectorRegistryException

public ConnectorRegistryException(com.adobe.idp.dsc.DSCError error,
                                  java.lang.Throwable aThrowable)
Constructs a new exception with a given message.

Parameters:
error - The detailed message.
aThrowable - The causing exception. Null is permitted.

ConnectorRegistryException

public ConnectorRegistryException(com.adobe.idp.dsc.DSCError error)
Constructs a new exception with a given message.

Parameters:
error - The detailed message.


[an error occurred while processing this directive] [an error occurred while processing this directive]