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:
  • Constructor Details

    • 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 message
      cause - the original exception