Class InvalidUriPathSegmentNameException

All Implemented Interfaces:
Serializable

public class InvalidUriPathSegmentNameException extends IllegalArgumentException
Exception when a name is encountered that cannot be used literally as a URI path segment.
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • 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.