org.wso2.carbon.appfactory.application.mgt.service
Class ApplicationManagementServiceAppFactoryExceptionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.wso2.carbon.appfactory.application.mgt.service.ApplicationManagementServiceAppFactoryExceptionException
All Implemented Interfaces:
Serializable

public class ApplicationManagementServiceAppFactoryExceptionException
extends Exception

See Also:
Serialized Form

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

ApplicationManagementServiceAppFactoryExceptionException

public ApplicationManagementServiceAppFactoryExceptionException()

ApplicationManagementServiceAppFactoryExceptionException

public ApplicationManagementServiceAppFactoryExceptionException(String s)

ApplicationManagementServiceAppFactoryExceptionException

public ApplicationManagementServiceAppFactoryExceptionException(String s,
                                                                Throwable ex)

ApplicationManagementServiceAppFactoryExceptionException

public ApplicationManagementServiceAppFactoryExceptionException(Throwable cause)
Method Detail

setFaultMessage

public void setFaultMessage(ApplicationManagementServiceAppFactoryException msg)

getFaultMessage

public ApplicationManagementServiceAppFactoryException getFaultMessage()


Copyright © 2015 WSO2 Inc. All rights reserved.