Class UnsupportedOperationException

All Implemented Interfaces:
Serializable

public class UnsupportedOperationException extends AmazonServiceException

The requested operation isn't supported.

See Also:
  • Constructor Details

    • UnsupportedOperationException

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