com.adobe.idp.dsc.registry.service
Class ServiceStoreException

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

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

Service store exception.

See Also:
Serialized Form

Constructor Summary
ServiceStoreException(java.lang.String msg)
          Constructor that creates the exception using the specified message.
ServiceStoreException(java.lang.Throwable throwable)
          Constructor that creates the exception using the specified exception.
 
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

ServiceStoreException

public ServiceStoreException(java.lang.Throwable throwable)
Constructor that creates the exception using the specified exception.

Parameters:
throwable - The exception.

ServiceStoreException

public ServiceStoreException(java.lang.String msg)
Constructor that creates the exception using the specified message.

Parameters:
msg - The exception message.


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