Uses of Class
org.rhq.enterprise.server.content.RepoException.RepoExceptionType

Packages that use RepoException.RepoExceptionType
org.rhq.enterprise.server.content   
 

Uses of RepoException.RepoExceptionType in org.rhq.enterprise.server.content
 

Methods in org.rhq.enterprise.server.content that return RepoException.RepoExceptionType
 RepoException.RepoExceptionType RepoException.getType()
          Programmatic hook to determine if a repo operation failure was related to the repo name already existing.
static RepoException.RepoExceptionType RepoException.RepoExceptionType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RepoException.RepoExceptionType[] RepoException.RepoExceptionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.rhq.enterprise.server.content with parameters of type RepoException.RepoExceptionType
 void RepoException.setType(RepoException.RepoExceptionType type)
           
 



Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.