org.apache.stratos.tenant.register.stub
Class ValidateOrSuggestDomainExceptionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.stratos.tenant.register.stub.ValidateOrSuggestDomainExceptionException
All Implemented Interfaces:
Serializable

public class ValidateOrSuggestDomainExceptionException
extends Exception

See Also:
Serialized Form

Constructor Summary
ValidateOrSuggestDomainExceptionException()
           
ValidateOrSuggestDomainExceptionException(String s)
           
ValidateOrSuggestDomainExceptionException(String s, Throwable ex)
           
ValidateOrSuggestDomainExceptionException(Throwable cause)
           
 
Method Summary
 ValidateOrSuggestDomainException getFaultMessage()
           
 void setFaultMessage(ValidateOrSuggestDomainException msg)
           
 
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

ValidateOrSuggestDomainExceptionException

public ValidateOrSuggestDomainExceptionException()

ValidateOrSuggestDomainExceptionException

public ValidateOrSuggestDomainExceptionException(String s)

ValidateOrSuggestDomainExceptionException

public ValidateOrSuggestDomainExceptionException(String s,
                                                 Throwable ex)

ValidateOrSuggestDomainExceptionException

public ValidateOrSuggestDomainExceptionException(Throwable cause)
Method Detail

setFaultMessage

public void setFaultMessage(ValidateOrSuggestDomainException msg)

getFaultMessage

public ValidateOrSuggestDomainException getFaultMessage()


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