org.deri.wsml.reasoner.flora.exception
Class IntegrityConstraintViolationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.deri.wsml.reasoner.flora.exception.IntegrityConstraintViolationException
All Implemented Interfaces:
java.io.Serializable

public class IntegrityConstraintViolationException
extends java.lang.Exception

Exception thrown when an integrity constraint in WSML is violated

Author:
jos
See Also:
Serialized Form

Constructor Summary
IntegrityConstraintViolationException()
           
IntegrityConstraintViolationException(java.lang.String arg0)
           
IntegrityConstraintViolationException(java.lang.String arg0, java.lang.Throwable arg1)
           
IntegrityConstraintViolationException(java.lang.Throwable arg0)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IntegrityConstraintViolationException

public IntegrityConstraintViolationException()

IntegrityConstraintViolationException

public IntegrityConstraintViolationException(java.lang.String arg0)
Parameters:
arg0 -

IntegrityConstraintViolationException

public IntegrityConstraintViolationException(java.lang.Throwable arg0)
Parameters:
arg0 -

IntegrityConstraintViolationException

public IntegrityConstraintViolationException(java.lang.String arg0,
                                             java.lang.Throwable arg1)
Parameters:
arg0 -
arg1 -