Package org.wso2.carbon.proxyadmin
Class ProxyAdminException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.wso2.carbon.proxyadmin.ProxyAdminException
-
- All Implemented Interfaces:
Serializable
public class ProxyAdminException extends Exception
ClassProxyAdminException
creates a custom exception for Proxy service admin- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProxyAdminException()
ProxyAdminException(String message)
Creates aProxyAdminException
based on the given messageProxyAdminException(String message, Throwable cause)
Creates aProxyAdminException
based 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 Detail
-
ProxyAdminException
public ProxyAdminException()
-
ProxyAdminException
public ProxyAdminException(String message)
Creates aProxyAdminException
based on the given message- Parameters:
message
- the error message
-
-