public class ProxyException extends Exception
| Constructor and Description |
|---|
ProxyException()
Constructor
|
ProxyException(String message)
Constructor
|
ProxyException(String message,
Throwable cause)
Constructor
|
ProxyException(Throwable cause)
Constructor
|
addSuppressed, 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 © 2022. All rights reserved.