org.overlord.sramp.common.ontology
Class OntologyAlreadyExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.overlord.sramp.common.SrampException
              extended by org.overlord.sramp.common.SrampUserException
                  extended by org.overlord.sramp.common.ontology.OntologyAlreadyExistsException
All Implemented Interfaces:
Serializable

public class OntologyAlreadyExistsException
extends SrampUserException

Exception thrown when the user attempts to add an ontology that already exists.

Author:
eric.wittmann@redhat.com
See Also:
Serialized Form

Constructor Summary
OntologyAlreadyExistsException()
          Constructor.
OntologyAlreadyExistsException(String ontologyUuid)
          Constructor.
 
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

OntologyAlreadyExistsException

public OntologyAlreadyExistsException()
Constructor.


OntologyAlreadyExistsException

public OntologyAlreadyExistsException(String ontologyUuid)
Constructor.

Parameters:
ontologyUuid -


Copyright © 2011-2013 JBoss, a division of Red Hat. All Rights Reserved.