Class IllegalPathException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private javax.ws.rs.Path path
      Deprecated.
       
      private static long serialVersionUID
      Deprecated.
       
    • Constructor Summary

      Constructors 
      Constructor Description
      IllegalPathException​(javax.ws.rs.Path path, java.lang.IllegalArgumentException iae)
      Deprecated.
       
      IllegalPathException​(javax.ws.rs.Path path, java.lang.String message)
      Deprecated.
       
      IllegalPathException​(javax.ws.rs.Path path, java.lang.String message, java.lang.IllegalArgumentException iae)
      Deprecated.
       
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      private static java.lang.String createMessage​(java.lang.IllegalArgumentException iae, javax.ws.rs.Path path)
      Deprecated.
       
      java.lang.IllegalArgumentException getCause()
      Deprecated.
      Returns the cause IllegalArgumentException.
      javax.ws.rs.Path getPath()
      Deprecated.
      Returns the Illegal Path.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, 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
      • path

        private final javax.ws.rs.Path path
        Deprecated.
    • Constructor Detail

      • IllegalPathException

        public IllegalPathException​(javax.ws.rs.Path path,
                                    java.lang.IllegalArgumentException iae)
        Deprecated.
        Parameters:
        path - the invalid path
        iae -
      • IllegalPathException

        public IllegalPathException​(javax.ws.rs.Path path,
                                    java.lang.String message)
        Deprecated.
        Parameters:
        path -
        message -
      • IllegalPathException

        public IllegalPathException​(javax.ws.rs.Path path,
                                    java.lang.String message,
                                    java.lang.IllegalArgumentException iae)
        Deprecated.
        Parameters:
        path -
        message -
        iae -
    • Method Detail

      • createMessage

        private static java.lang.String createMessage​(java.lang.IllegalArgumentException iae,
                                                      javax.ws.rs.Path path)
        Deprecated.
      • getCause

        public java.lang.IllegalArgumentException getCause()
        Deprecated.
        Returns the cause IllegalArgumentException. If not available, it is created.
        Overrides:
        getCause in class java.lang.Throwable
        See Also:
        Throwable.getCause()
      • getPath

        public javax.ws.rs.Path getPath()
        Deprecated.
        Returns the Illegal Path.
        Returns:
        the Illegal Path.