Class InvalidPathEncodingException

  • All Implemented Interfaces:
    Serializable

    public class InvalidPathEncodingException
    extends RuntimeException
    Thrown when a request is made for a path that is not correctly encoded.
    Since:
    1.5
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidPathEncodingException

        public InvalidPathEncodingException​(Throwable cause)
        Constructs the exception.
        Parameters:
        cause - The underlying exception cause