Class InternalException

  • All Implemented Interfaces:
    Serializable

    public class InternalException
    extends AmazonServiceException

    The request processing has failed because of an unknown error, exception or failure (the failure is internal to the service) . Gives http status code of 500.

    See Also:
    Serialized Form
    • Constructor Detail

      • InternalException

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