Class CGException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.wso2.carbon.cloud.gateway.common.CGException
-
- All Implemented Interfaces:
Serializable
public class CGException extends Exception
CGException
contains the exception class deceleration- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CGException(String message)
CGException(String message, Throwable t)
CGException(Throwable t)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-