com.adobe.idp.dsc.registry.endpoint
Class EndpointStoreException

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

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

/** Represents an exception that is thrown if an endpoint cannot be created.

See Also:
Serialized Form

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

EndpointStoreException

public EndpointStoreException(com.adobe.idp.dsc.DSCError aError)

EndpointStoreException

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

EndpointStoreException

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

Parameters:
aStackTrace - The detailed message.

EndpointStoreException

public EndpointStoreException(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]