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.
- Author:
- Markus Bernhardt, Copyright 2016, Bernd Rosstauscher, Copyright 2009
- See Also:
-
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
-
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.
-