org.databene.commons
Class UpdateFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.databene.commons.UpdateFailedException
All Implemented Interfaces:
java.io.Serializable

public class UpdateFailedException
extends java.lang.RuntimeException

Indicates that the update of some data failed.

Created: 18.01.2007 20:35:12

See Also:
Serialized Form

Constructor Summary
UpdateFailedException()
           
UpdateFailedException(java.lang.String message)
           
UpdateFailedException(java.lang.String message, java.lang.Throwable cause)
           
UpdateFailedException(java.lang.Throwable 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

UpdateFailedException

public UpdateFailedException()

UpdateFailedException

public UpdateFailedException(java.lang.String message)

UpdateFailedException

public UpdateFailedException(java.lang.String message,
                             java.lang.Throwable cause)

UpdateFailedException

public UpdateFailedException(java.lang.Throwable cause)


Copyright © 2010. All Rights Reserved.