Class ConvertFormParamException

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated
    public class ConvertFormParamException
    extends javax.ws.rs.WebApplicationException
    Deprecated.
    Will be removed in next minor release.
    This kind of exception is thrown, if a query parameter could not be converted.
    See Also:
    QueryParam, Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID
      Deprecated.
       
    • Method Summary

      • Methods inherited from class javax.ws.rs.WebApplicationException

        getResponse
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        Deprecated.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ConvertFormParamException

        public ConvertFormParamException​(ConvertParameterException cpe)
        Deprecated.
        Parameters:
        cpe -