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
Indicates an exception in the proxy framework.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructorProxyException
(String message) ConstructorProxyException
(String message, Throwable cause) ConstructorProxyException
(Throwable cause) Constructor -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
ProxyException
public ProxyException()Constructor -
ProxyException
Constructor- Parameters:
message
- the error messagecause
- the causing exception for chaining exceptions.
-
ProxyException
Constructor- Parameters:
message
- the error message
-
ProxyException
Constructor- Parameters:
cause
- the causing exception for chaining exceptions.
-