public class InstantiateException
extends java.lang.Exception
Constructor and Description |
---|
InstantiateException(java.lang.reflect.Method executeMethod,
java.lang.Throwable cause)
Use this constructor, if a resource class could not be instantiated.
|
InstantiateException(java.lang.String message) |
InstantiateException(java.lang.String message,
java.lang.Throwable cause) |
InstantiateException(java.lang.Throwable cause) |
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-2018 Restlet.