Class IllegalPathOnMethodException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.restlet.ext.jaxrs.internal.exceptions.JaxRsException
-
- org.restlet.ext.jaxrs.internal.exceptions.IllegalPathException
-
- org.restlet.ext.jaxrs.internal.exceptions.IllegalPathOnMethodException
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated public class IllegalPathOnMethodException extends IllegalPathException
Deprecated.Will be removed in next minor release.This kind of exception is thrown, when an @Pathannotation of a method contains illegal charactres.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUIDDeprecated.
-
Constructor Summary
Constructors Constructor Description IllegalPathOnMethodException(IllegalPathException ipe)Deprecated.
-
Method Summary
-
Methods inherited from class org.restlet.ext.jaxrs.internal.exceptions.IllegalPathException
getCause, getPath
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Deprecated.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
IllegalPathOnMethodException
public IllegalPathOnMethodException(IllegalPathException ipe)
Deprecated.- Parameters:
ipe-
-
-