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

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.ConnectorStoreException
All Implemented Interfaces:
java.io.Serializable

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

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

See Also:
Serialized Form

Constructor Summary
ConnectorStoreException(com.adobe.idp.dsc.DSCError error)
          Constructs a new exception with a given message.
ConnectorStoreException(com.adobe.idp.dsc.DSCError error, java.lang.Throwable aThrowable)
          Constructs a new exception with a given message.
ConnectorStoreException(com.adobe.idp.dsc.ExceptionStackTrace aTrace)
          Constructs a new exception with a given message.
ConnectorStoreException(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

ConnectorStoreException

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

Parameters:
error - The detailed message.

ConnectorStoreException

public ConnectorStoreException(com.adobe.idp.dsc.ExceptionStackTrace aTrace)
Constructs a new exception with a given message.

Parameters:
aTrace - The detailed exception.

ConnectorStoreException

public ConnectorStoreException(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)

ConnectorStoreException

public ConnectorStoreException(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.


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