Class CGAdminServiceCGException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.wso2.carbon.cloud.gateway.stub.CGAdminServiceCGException
-
- All Implemented Interfaces:
Serializable
public class CGAdminServiceCGException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CGAdminServiceCGException()
CGAdminServiceCGException(String s)
CGAdminServiceCGException(String s, Throwable ex)
CGAdminServiceCGException(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CGAdminServiceCGException
getFaultMessage()
void
setFaultMessage(CGAdminServiceCGException msg)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
setFaultMessage
public void setFaultMessage(CGAdminServiceCGException msg)
-
getFaultMessage
public CGAdminServiceCGException getFaultMessage()
-
-