Class ServiceException

All Implemented Interfaces:
Serializable

public class ServiceException extends AmazonServiceException

The AWS Lambda service encountered an internal error.

See Also:
  • Constructor Details

    • ServiceException

      public ServiceException(String message)
      Constructs a new ServiceException with the specified error message.
      Parameters:
      message - Describes the error encountered.
  • Method Details

    • setType

      public void setType(String type)
      Parameters:
      type -
    • getType

      public String getType()
      Returns:
    • withType

      public ServiceException withType(String type)
      Parameters:
      type -
      Returns:
      Returns a reference to this object so that method calls can be chained together.