Class TrailNotFoundException

All Implemented Interfaces:
Serializable

public class TrailNotFoundException extends AmazonServiceException

This exception is thrown when the trail with the given name is not found.

See Also:
  • Constructor Details

    • TrailNotFoundException

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