public class ProxyAdminException extends Exception
ProxyAdminException creates a custom exception for
Proxy service admin| Constructor and Description |
|---|
ProxyAdminException() |
ProxyAdminException(String message)
Creates a
ProxyAdminException based on the given message |
ProxyAdminException(String message,
Throwable cause)
Creates a
ProxyAdminException based on the given message and the orignal exception |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ProxyAdminException()
public ProxyAdminException(String message)
ProxyAdminException based on the given messagemessage - the error messageCopyright © 2019 WSO2. All rights reserved.