net.spy.db
Class SaveException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.spy.db.SaveException
- All Implemented Interfaces:
- Serializable
public class SaveException
- extends Exception
Exception thrown when a Saver save fails.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.