Uses of Class
com.helger.regrep.rs.RegistryExceptionType
-
Packages that use RegistryExceptionType Package Description com.helger.regrep com.helger.regrep.query com.helger.regrep.rs com.helger.regrep.spi -
-
Uses of RegistryExceptionType in com.helger.regrep
Methods in com.helger.regrep that return types with arguments of type RegistryExceptionType Modifier and Type Method Description static RegRep4Reader<RegistryExceptionType>RegRep4Reader. registryException()Deprecated, for removal: This API element is subject to removal in a future version.Create a reader builder forRegistryExceptionType.static RegRep4Writer<RegistryExceptionType>RegRep4Writer. registryException()Deprecated, for removal: This API element is subject to removal in a future version.Create a writer builder forRegistryExceptionType. -
Uses of RegistryExceptionType in com.helger.regrep.query
Subclasses of RegistryExceptionType in com.helger.regrep.query Modifier and Type Class Description classQueryExceptionTypeJava class for QueryExceptionType complex type. -
Uses of RegistryExceptionType in com.helger.regrep.rs
Subclasses of RegistryExceptionType in com.helger.regrep.rs Modifier and Type Class Description classAuthenticationExceptionTypeJava class for AuthenticationExceptionType complex type.classAuthorizationExceptionTypeJava class for AuthorizationExceptionType complex type.classInvalidRequestExceptionTypeJava class for InvalidRequestExceptionType complex type.classObjectExistsExceptionTypeJava class for ObjectExistsExceptionType complex type.classObjectNotFoundExceptionTypeJava class for ObjectNotFoundExceptionType complex type.classQuotaExceededExceptionTypeJava class for QuotaExceededExceptionType complex type.classReferencesExistExceptionTypeJava class for ReferencesExistExceptionType complex type.classTimeoutExceptionTypeJava class for TimeoutExceptionType complex type.classUnresolvedReferenceExceptionTypeJava class for UnresolvedReferenceExceptionType complex type.classUnsupportedCapabilityExceptionTypeJava class for UnsupportedCapabilityExceptionType complex type.Methods in com.helger.regrep.rs that return RegistryExceptionType Modifier and Type Method Description RegistryExceptionTypeRegistryExceptionType. clone()Created by ph-jaxb-plugin -Xph-cloneable2RegistryExceptionTypeObjectFactory. createRegistryExceptionType()Create an instance ofRegistryExceptionTypeRegistryExceptionTypeRegistryResponseType. getExceptionAtIndex(int index)Created by ph-jaxb-plugin -Xph-list-extensionMethods in com.helger.regrep.rs that return types with arguments of type RegistryExceptionType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<RegistryExceptionType>ObjectFactory. createRegistryException(RegistryExceptionType value)List<RegistryExceptionType>RegistryResponseType. getException()Gets the value of the exception property.Methods in com.helger.regrep.rs with parameters of type RegistryExceptionType Modifier and Type Method Description voidRegistryResponseType. addException(RegistryExceptionType elem)Created by ph-jaxb-plugin -Xph-list-extensionvoidRegistryExceptionType. cloneTo(RegistryExceptionType ret)This method clones all values fromthisto the passed object.jakarta.xml.bind.JAXBElement<RegistryExceptionType>ObjectFactory. createRegistryException(RegistryExceptionType value)Method parameters in com.helger.regrep.rs with type arguments of type RegistryExceptionType Modifier and Type Method Description voidRegistryResponseType. setException(List<RegistryExceptionType> aList)Created by ph-jaxb-plugin -Xph-list-extension -
Uses of RegistryExceptionType in com.helger.regrep.spi
Subclasses of RegistryExceptionType in com.helger.regrep.spi Modifier and Type Class Description classCatalogingExceptionTypeJava class for CatalogingExceptionType complex type.classFilteringExceptionTypeJava class for FilteringExceptionType complex type.classValidationExceptionTypeJava class for ValidationExceptionType complex type.
-