Class MethodInvokeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.restlet.ext.jaxrs.internal.exceptions.JaxRsException
-
- org.restlet.ext.jaxrs.internal.exceptions.MethodInvokeException
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated public class MethodInvokeException extends JaxRsException
Deprecated.Will be removed in next minor release.Indicates, that an invoke of a resource method was not possible. If the invoked method throws a Throwable, theInvocationTargetExceptionmust be used.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUIDDeprecated.
-
Constructor Summary
Constructors Constructor Description MethodInvokeException(java.lang.String message)Deprecated.MethodInvokeException(java.lang.String message, java.lang.Throwable cause)Deprecated.MethodInvokeException(java.lang.Throwable cause)Deprecated.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Deprecated.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MethodInvokeException
public MethodInvokeException(java.lang.String message)
Deprecated.- Parameters:
message-
-
MethodInvokeException
public MethodInvokeException(java.lang.String message, java.lang.Throwable cause)Deprecated.- Parameters:
message-cause-
-
MethodInvokeException
public MethodInvokeException(java.lang.Throwable cause)
Deprecated.- Parameters:
cause-
-
-