org.wso2.carbon.proxyadmin.common
Class ProxyAdminException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.wso2.carbon.proxyadmin.common.ProxyAdminException
- All Implemented Interfaces:
- Serializable
public class ProxyAdminException
- extends Exception
Class ProxyAdminException creates a custom exception for
Proxy service admin
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ProxyAdminException
public ProxyAdminException()
ProxyAdminException
public ProxyAdminException(String message)
- Creates a
ProxyAdminException based on the given message
- Parameters:
message - the error message
ProxyAdminException
public ProxyAdminException(String message,
Throwable cause)
- Creates a
ProxyAdminException based on the given message and the orignal exception
- Parameters:
message - the error messagecause - the original exception
Copyright © 2015 WSO2. All rights reserved.