Serializablepublic class ProxyEvaluationException extends ProxyException
| Constructor | Description |
|---|---|
ProxyEvaluationException() |
Constructor
|
ProxyEvaluationException(String message) |
Constructor
|
ProxyEvaluationException(String message,
Throwable cause) |
Constructor
|
ProxyEvaluationException(Throwable cause) |
Constructor
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, 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 © 2018. All rights reserved.