Class InvalidRelativePathException

All Implemented Interfaces:
Serializable

public class InvalidRelativePathException extends AmazonServiceException
The relative path is too big, is not URL-encoded, or does not begin with a slash (/).
See Also:
  • Constructor Details

    • InvalidRelativePathException

      public InvalidRelativePathException(String message)
      Constructs a new InvalidRelativePathException with the specified error message.
      Parameters:
      message - Describes the error encountered.