Class RequestHandledException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.restlet.ext.jaxrs.internal.exceptions.RequestHandledException
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated public class RequestHandledException extends java.lang.ExceptionDeprecated.Will be removed in next minor release.A RequestHandledException is thrown when an this request is already handled, for example because of an handled exception resulting in an error while method invocation. The Exception or whatever was handled and the necessary data inResponsewere set, so that the JaxRsRestlet must not do anything.
This Exception only indicates this.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUIDDeprecated.
-
Constructor Summary
Constructors Constructor Description RequestHandledException()Deprecated.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Deprecated.- See Also:
- Constant Field Values
-
-