public class ProxyAdminException extends Exception
ProxyAdminException
creates a custom exception for
Proxy service adminConstructor 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, toString
public ProxyAdminException()
public ProxyAdminException(String message)
ProxyAdminException
based on the given messagemessage
- the error messageCopyright © 2020 WSO2. All rights reserved.