public class ObjectInstantiationException extends Exception
| Constructor and Description |
|---|
ObjectInstantiationException() |
ObjectInstantiationException(String message) |
ObjectInstantiationException(String message,
Throwable cause) |
ObjectInstantiationException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ObjectInstantiationException()
public ObjectInstantiationException(String message)
public ObjectInstantiationException(Throwable cause)
public ObjectInstantiationException(String message, Throwable cause)
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.