public class ProxyEvaluationException extends ProxyException
| Constructor and Description |
|---|
ProxyEvaluationException()
Constructor
|
ProxyEvaluationException(String message)
Constructor
|
ProxyEvaluationException(String message,
Throwable cause)
Constructor
|
ProxyEvaluationException(Throwable cause)
Constructor
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ProxyEvaluationException()
public ProxyEvaluationException(String message, Throwable cause)
message - the error message.cause - the causing exception for exception chaining.public ProxyEvaluationException(String message)
message - the error message.public ProxyEvaluationException(Throwable cause)
cause - the causing exception for exception chaining.Copyright © 2022. All rights reserved.