org.wso2.carbon.server.admin.stub
Class ServerAdminException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.wso2.carbon.server.admin.stub.ServerAdminException
All Implemented Interfaces:
Serializable

public class ServerAdminException
extends Exception

See Also:
Serialized Form

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

ServerAdminException

public ServerAdminException()

ServerAdminException

public ServerAdminException(String s)

ServerAdminException

public ServerAdminException(String s,
                            Throwable ex)

ServerAdminException

public ServerAdminException(Throwable cause)
Method Detail

setFaultMessage

public void setFaultMessage(ServerAdminException msg)

getFaultMessage

public ServerAdminException getFaultMessage()


Copyright © 2014 WSO2. All rights reserved.