Class InvalidUriPathSegmentNameException

    • Constructor Detail

      • InvalidUriPathSegmentNameException

        public InvalidUriPathSegmentNameException​(String message,
                                                  Throwable cause)
        Parameters:
        message - Message describing the error in more detail.
        cause - The underlying cause of the error.
      • InvalidUriPathSegmentNameException

        public InvalidUriPathSegmentNameException​(String message)
        Parameters:
        message - Message describing the error in more detail.
      • InvalidUriPathSegmentNameException

        public InvalidUriPathSegmentNameException​(Throwable cause)
        Parameters:
        cause - The underlying cause of the error.