Class StoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.appserv.management.client.prefs.StoreException
- All Implemented Interfaces:
Serializable
An exception class to communicate the error in accessing or mutating the store.
- Since:
- Appserver 9.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance ofStoreExceptionwithout detail message.StoreException(String msg) Constructs an instance ofStoreExceptionwith the specified detail message.StoreException(String msg, Throwable t) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StoreException
public StoreException()Creates a new instance ofStoreExceptionwithout detail message. -
StoreException
Constructs an instance ofStoreExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
StoreException
-
StoreException
-