Package org.apache.cxf.jaxrs.ext.search
Class SearchParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.cxf.jaxrs.ext.search.SearchParseException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PropertyNotFoundException
public class SearchParseException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SearchParseException()SearchParseException(String arg0)SearchParseException(String arg0, Throwable arg1)SearchParseException(Throwable arg0)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-