|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.adobe.idp.dsc.DSCRuntimeException
com.adobe.idp.dsc.registry.connector.ConnectorStoreException
public class ConnectorStoreException
Represents an exception that is thrown if a connector cannot be created.
| 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 |
|---|
public ConnectorStoreException(com.adobe.idp.dsc.DSCError error)
error - The detailed message.public ConnectorStoreException(com.adobe.idp.dsc.ExceptionStackTrace aTrace)
aTrace - The detailed exception.public ConnectorStoreException(java.lang.Throwable aThrowable)
aThrowable - The causing exception. Null is permitted.
public ConnectorStoreException(com.adobe.idp.dsc.DSCError error,
java.lang.Throwable aThrowable)
error - The detailed message.aThrowable - The causing exception. Null is permitted.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||