Class ProxyAdminException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.wso2.carbon.proxyadmin.common.ProxyAdminException
- All Implemented Interfaces:
Serializable
Class
ProxyAdminException creates a custom exception for
Proxy service admin- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProxyAdminException(String message) Creates aProxyAdminExceptionbased on the given messageProxyAdminException(String message, Throwable cause) Creates aProxyAdminExceptionbased on the given message and the orignal exception -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProxyAdminException
public ProxyAdminException() -
ProxyAdminException
Creates aProxyAdminExceptionbased on the given message- Parameters:
message- the error message
-
ProxyAdminException
Creates aProxyAdminExceptionbased on the given message and the orignal exception- Parameters:
message- the error messagecause- the original exception
-