public class InstantiateException extends Exception
Constructor and Description |
---|
InstantiateException(Method executeMethod,
Throwable cause)
Use this constructor, if a resource class could not be instantiated.
|
InstantiateException(String message) |
InstantiateException(String message,
Throwable cause) |
InstantiateException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InstantiateException(Method executeMethod, Throwable cause)
executeMethod
- the resource method that should create the resource object.cause
- public InstantiateException(String message)
message
- public InstantiateException(String message, Throwable cause)
message
- cause
- public InstantiateException(Throwable cause)
cause
- Copyright © 2005-2016 Restlet.