Class PayloadTooLargeException

All Implemented Interfaces:
Serializable

public final class PayloadTooLargeException extends RuntimeException
Indication that the payload was too large and failed to process.
See Also:
  • Constructor Details

    • PayloadTooLargeException

      public PayloadTooLargeException(String message)
      Create a new instance.
      Parameters:
      message - The message to include in the description.