Class StoreException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opendaylight.aaa.datastore.h2.StoreException
All Implemented Interfaces:
Serializable

public class StoreException extends Exception
Exception indicating an error in an H2 data store.
Author:
peter.mellquist@hp.com
See Also:
  • Constructor Details

    • StoreException

      public StoreException(String message)
    • StoreException

      public StoreException(String message, Throwable cause)
    • StoreException

      public StoreException(Throwable cause)