public class CannotInstantiateObjectException extends RequestException
Constructor and Description |
---|
CannotInstantiateObjectException()
Constructor.
|
CannotInstantiateObjectException(String message)
Constructor.
|
CannotInstantiateObjectException(String message,
Throwable e)
Constructor.
|
CannotInstantiateObjectException(Throwable e)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CannotInstantiateObjectException()
public CannotInstantiateObjectException(String message)
message
- The detail message.public CannotInstantiateObjectException(Throwable e)
e
- The exception to be wrapped.Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.