Class ProxyAdminException

  • All Implemented Interfaces:
    Serializable

    public class ProxyAdminException
    extends Exception
    Class ProxyAdminException creates a custom exception for Proxy service admin
    See Also:
    Serialized Form
    • Constructor Detail

      • 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