edu.cmu.aura.service.db
Class ModificationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--edu.cmu.aura.service.db.ModificationException
All Implemented Interfaces:
java.io.Serializable

public class ModificationException
extends java.lang.Exception

ModificationException indicates an exception during an attempt to modify the database.

See Also:
Serialized Form

Constructor Summary
ModificationException()
           
ModificationException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ModificationException

public ModificationException()

ModificationException

public ModificationException(java.lang.String s)