Uses of Class
org.apache.stratos.tenant.register.stub.services.Exception

Packages that use Exception
org.apache.stratos.tenant.register.stub.services   
 

Uses of Exception in org.apache.stratos.tenant.register.stub.services
 

Fields in org.apache.stratos.tenant.register.stub.services declared as Exception
protected  Exception CheckDomainAvailabilityException.localCheckDomainAvailabilityException
          field for CheckDomainAvailabilityException
protected  Exception GenerateRandomCaptchaException.localGenerateRandomCaptchaException
          field for GenerateRandomCaptchaException
protected  Exception RegisterTenantException.localRegisterTenantException
          field for RegisterTenantException
protected  Exception ValidateOrSuggestDomainException.localValidateOrSuggestDomainException
          field for ValidateOrSuggestDomainException
 

Methods in org.apache.stratos.tenant.register.stub.services that return Exception
 Exception CheckDomainAvailabilityException.getCheckDomainAvailabilityException()
          Auto generated getter method
 Exception GenerateRandomCaptchaException.getGenerateRandomCaptchaException()
          Auto generated getter method
 Exception RegisterTenantException.getRegisterTenantException()
          Auto generated getter method
 Exception ValidateOrSuggestDomainException.getValidateOrSuggestDomainException()
          Auto generated getter method
static Exception Exception.Factory.parse(XMLStreamReader reader)
          static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
 

Methods in org.apache.stratos.tenant.register.stub.services with parameters of type Exception
 void CheckDomainAvailabilityException.setCheckDomainAvailabilityException(Exception param)
          Auto generated setter method
 void GenerateRandomCaptchaException.setGenerateRandomCaptchaException(Exception param)
          Auto generated setter method
 void RegisterTenantException.setRegisterTenantException(Exception param)
          Auto generated setter method
 void ValidateOrSuggestDomainException.setValidateOrSuggestDomainException(Exception param)
          Auto generated setter method
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.