Class ProxyException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.github.markusbernhardt.proxy.util.ProxyException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ProxyEvaluationException

public class ProxyException extends Exception
Indicates an exception in the proxy framework.
See Also:
  • Field Details

  • Constructor Details

    • ProxyException

      public ProxyException()
      Constructor
    • ProxyException

      public ProxyException(String message, Throwable cause)
      Constructor
      Parameters:
      message - the error message
      cause - the causing exception for chaining exceptions.
    • ProxyException

      public ProxyException(String message)
      Constructor
      Parameters:
      message - the error message
    • ProxyException

      public ProxyException(Throwable cause)
      Constructor
      Parameters:
      cause - the causing exception for chaining exceptions.