Uses of Class
org.overlord.sramp.common.SrampException

Packages that use SrampException
org.overlord.sramp.common   
org.overlord.sramp.common.ontology   
 

Uses of SrampException in org.overlord.sramp.common
 

Subclasses of SrampException in org.overlord.sramp.common
 class ArtifactNotFoundException
          Exception thrown when the user attempts to access an artifact that does not exist.
 class SrampServerException
          Exception thrown when the server fails unexpectedly (e.g.
 class SrampUserException
          Exception thrown when the user/client did something they shouldn't have done.
 

Uses of SrampException in org.overlord.sramp.common.ontology
 

Subclasses of SrampException in org.overlord.sramp.common.ontology
 class InvalidClassifiedByException
          Exception thrown when the user attempts to add a classified-by value to an artifact that has not been defined by an ontology.
 class OntologyAlreadyExistsException
          Exception thrown when the user attempts to add an ontology that already exists.
 class OntologyNotFoundException
          Exception thrown when the user attempts to access or modify an ontology that does not exist in the repository.
 



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