org.ontobox.box.exception
Class AlreadyExistsException

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

public class AlreadyExistsException
extends java.lang.RuntimeException

An entity with the specified name already exists.

Author:
Anton Malykh
See Also:
Serialized Form

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

AlreadyExistsException

public AlreadyExistsException(java.lang.String type,
                              java.lang.String fullName)

AlreadyExistsException

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