org.apache.stratos.tenant.mgt.stub
Class TenantMgtAdminServiceExceptionException

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

public class TenantMgtAdminServiceExceptionException
extends Exception

See Also:
Serialized Form

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

TenantMgtAdminServiceExceptionException

public TenantMgtAdminServiceExceptionException()

TenantMgtAdminServiceExceptionException

public TenantMgtAdminServiceExceptionException(String s)

TenantMgtAdminServiceExceptionException

public TenantMgtAdminServiceExceptionException(String s,
                                               Throwable ex)

TenantMgtAdminServiceExceptionException

public TenantMgtAdminServiceExceptionException(Throwable cause)
Method Detail

setFaultMessage

public void setFaultMessage(TenantMgtAdminServiceException msg)

getFaultMessage

public TenantMgtAdminServiceException getFaultMessage()


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.