@Deprecated
public class InstantiateException
extends java.lang.Exception
| Constructor and Description |
|---|
InstantiateException(java.lang.reflect.Method executeMethod,
java.lang.Throwable cause)
Deprecated.
Use this constructor, if a resource class could not be instantiated.
|
InstantiateException(java.lang.String message)
Deprecated.
|
InstantiateException(java.lang.String message,
java.lang.Throwable cause)
Deprecated.
|
InstantiateException(java.lang.Throwable cause)
Deprecated.
|
public InstantiateException(java.lang.reflect.Method executeMethod,
java.lang.Throwable cause)
executeMethod - the resource method that should create the resource object.cause - public InstantiateException(java.lang.String message)
message - public InstantiateException(java.lang.String message,
java.lang.Throwable cause)
message - cause - public InstantiateException(java.lang.Throwable cause)
cause - Copyright © 2005-2024 Restlet.