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