Class StoreException

  • All Implemented Interfaces:
    Serializable

    public class StoreException
    extends Exception
    An exception class to communicate the error in accessing or mutating the store.
    Since:
    Appserver 9.0
    See Also:
    Serialized Form
    • Constructor Detail

      • StoreException

        public StoreException()
        Creates a new instance of StoreException without detail message.
      • StoreException

        public StoreException​(String msg)
        Constructs an instance of StoreException with the specified detail message.
        Parameters:
        msg - the detail message.
      • StoreException

        public StoreException​(Throwable t)