com.sun.appserv.management.client.prefs
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:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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)
Submit a bug or feature Copyright 2006 Sun Microsystems, Inc. All rights reserved.