org.ontobox.box.exception
Class DeleteException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.ontobox.box.exception.DeleteException
All Implemented Interfaces:
java.io.Serializable

public class DeleteException
extends java.lang.RuntimeException

The entity cannot be deleted because it is used by another entity.

Author:
Anton Malykh
See Also:
Serialized Form

Constructor Summary
DeleteException(DeleteException e, java.lang.String when)
           
DeleteException(java.lang.String type, java.lang.String fullName, java.lang.String reason)
           
 
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

DeleteException

public DeleteException(java.lang.String type,
                       java.lang.String fullName,
                       java.lang.String reason)

DeleteException

public DeleteException(DeleteException e,
                       java.lang.String when)