public class DeepInstantiationException extends RuntimeException
| Constructor and Description |
|---|
DeepInstantiationException()
Public constructor.
|
DeepInstantiationException(String msg)
Public constructor.
|
DeepInstantiationException(String message,
Throwable cause)
Public constructor.
|
DeepInstantiationException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Public constructor.
|
DeepInstantiationException(Throwable cause)
Public constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DeepInstantiationException()
public DeepInstantiationException(String msg)
public DeepInstantiationException(String message, Throwable cause)
public DeepInstantiationException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public DeepInstantiationException(Throwable cause)
Copyright © 2014. All rights reserved.