public class InvalidParameterException extends RuntimeException
| Constructor and Description |
|---|
InvalidParameterException(String text)
Creates a new exception with a given text.
|
InvalidParameterException(String message,
Throwable cause)
Creates a new exception with a given message and
a given parent exception cause.
|
InvalidParameterException(Throwable e)
Creates a new exception with a given parent exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidParameterException(String text)
text - text to go with the new exception.public InvalidParameterException(Throwable e)
e - the parent exception.Copyright © 2020. All rights reserved.