Class StoreException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.appserv.management.client.prefs.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:
  • Constructor Details

    • 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)
    • StoreException

      public StoreException(String msg, Throwable t)