public class InvalidInputException extends Exception
This class is not intended to be instantiated or subclassed by clients.
Constructor and Description |
---|
InvalidInputException()
Creates a new exception with no detail message.
|
InvalidInputException(String message)
Creates a new exception with the given detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidInputException()
public InvalidInputException(String message)
message
- the detail messageCopyright (c) IBM Corp. and others 2000, 2006. All Rights Reserved.