public class InstantiationException extends Exception
| Constructor and Description |
|---|
InstantiationException()
Constructs an InstantiationException with no detail message.
|
InstantiationException(String s)
Constructs an InstantiationException with the specified detail message.
|
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toStringpublic InstantiationException()
public InstantiationException(String s)