net.spy.db
Class SaveException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.spy.db.SaveException
All Implemented Interfaces:
Serializable

public class SaveException
extends Exception

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.
 
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

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.



Copyright © 1995-2007 SPY Internetworking. All Rights Reserved.