Java EE 5 SDK

com.sun.appserv.management.client.prefs
Class StoreException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
StoreException()
          Creates a new instance of StoreException without detail message.
StoreException(String msg)
          Constructs an instance of StoreException with the specified detail message.
StoreException(String msg, Throwable t)
           
StoreException(Throwable t)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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)

StoreException

public StoreException(String msg,
                      Throwable t)

Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.