org.wso2.carbon.proxyadmin.stub
Class Exception

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

public class Exception
extends Exception

See Also:
Serialized Form

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

Exception

public Exception()

Exception

public Exception(String s)

Exception

public Exception(String s,
                 Throwable ex)

Exception

public Exception(Throwable cause)
Method Detail

setFaultMessage

public void setFaultMessage(ExceptionE msg)

getFaultMessage

public ExceptionE getFaultMessage()


Copyright © 2015 WSO2. All rights reserved.