SerializableProxyEvaluationExceptionpublic class ProxyException extends Exception
| Constructor | Description |
|---|---|
ProxyException() |
Constructor
|
ProxyException(String message) |
Constructor
|
ProxyException(String message,
Throwable cause) |
Constructor
|
ProxyException(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 ProxyException()
public ProxyException(String message, Throwable cause)
message - the error messagecause - the causing exception for chaining exceptions.public ProxyException(String message)
message - the error messagepublic ProxyException(Throwable cause)
cause - the causing exception for chaining exceptions.Copyright © 2019. All rights reserved.