public class ITPilotClientException extends Exception
| Constructor and Description |
|---|
ITPilotClientException()
Constructs an ITPilotClientException.
|
ITPilotClientException(String message)
Constructs an ITPilotClientException with the given message.
|
ITPilotClientException(String message,
Throwable cause)
Constructs an ITPilotClientException with the given message and cause.
|
ITPilotClientException(Throwable cause)
Constructs an ITPilotClientException with the given cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ITPilotClientException()
public ITPilotClientException(String message)
message - the message associated to the exception.public ITPilotClientException(Throwable cause)
cause - the cause of the exception.Copyright © 2024 Denodo Technologies. All rights reserved.