public class InstantiationFailedException extends Exception
InstantiationFailedException class.
| Constructor and Description |
|---|
InstantiationFailedException()
Constructor for InstantiationFailedException.
|
InstantiationFailedException(String message)
Constructor for InstantiationFailedException.
|
InstantiationFailedException(String message,
Throwable cause)
Constructor for InstantiationFailedException.
|
InstantiationFailedException(Throwable cause)
Constructor for InstantiationFailedException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InstantiationFailedException()
Constructor for InstantiationFailedException.
public InstantiationFailedException(String message)
Constructor for InstantiationFailedException.
message - a String object.public InstantiationFailedException(String message, Throwable cause)
Constructor for InstantiationFailedException.
message - a String object.cause - a Throwable object.public InstantiationFailedException(Throwable cause)
Constructor for InstantiationFailedException.
cause - a Throwable object.Copyright © 2007–2017 cedarsoft GmbH. All rights reserved.