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

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

public class RegisterTenantExceptionException
extends Exception

See Also:
Serialized Form

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

RegisterTenantExceptionException

public RegisterTenantExceptionException()

RegisterTenantExceptionException

public RegisterTenantExceptionException(String s)

RegisterTenantExceptionException

public RegisterTenantExceptionException(String s,
                                        Throwable ex)

RegisterTenantExceptionException

public RegisterTenantExceptionException(Throwable cause)
Method Detail

setFaultMessage

public void setFaultMessage(RegisterTenantException msg)

getFaultMessage

public RegisterTenantException getFaultMessage()


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