net.spy.db
Class SaveException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.spy.util.NestedException
              extended bynet.spy.db.SaveException
All Implemented Interfaces:
Serializable

public class SaveException
extends NestedException

Exception thrown when a Saver save fails.

See Also:
Serialized Form

Constructor Summary
SaveException(String msg)
          Get an instance of SaveException with a message.
SaveException(String msg, Throwable root)
          Get an instance of SaveException with a message and a root cause.
 
Methods inherited from class net.spy.util.NestedException
getCause, getRootCause, printStackTrace, printStackTrace, printStackTrace, setRootCause, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SaveException

public SaveException(String msg)
Get an instance of SaveException with a message.


SaveException

public SaveException(String msg,
                     Throwable root)
Get an instance of SaveException with a message and a root cause.