org.hydrateframework
Class SaveException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.hydrateframework.SaveException
All Implemented Interfaces:
java.io.Serializable

public class SaveException
extends java.lang.Exception

A SaveException is thrown if an attempt to write an object to a relational database fails.

Version:
@(#)$Revision: 1.3 $
Author:
David Chamberlin
See Also:
Serialized Form

Constructor Summary
SaveException()
          Construct a SaveException with an empty message
SaveException(java.lang.String s)
          Construct a SaveException with the given message
SaveException(java.lang.String s, java.lang.Throwable nested)
          Construct a SaveException with the message and nested exception
 
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()
Construct a SaveException with an empty message


SaveException

public SaveException(java.lang.String s)
Construct a SaveException with the given message


SaveException

public SaveException(java.lang.String s,
                     java.lang.Throwable nested)
Construct a SaveException with the message and nested exception

Parameters:
s - the message
nested - the nested excetpion


Copyright © 2000 The Hydrate Project. All Rights Reserved.