com.vaadin.flow.server.frontend.

Class CompressionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.vaadin.flow.server.frontend.CompressionException

All Implemented Interfaces:

Serializable

public class CompressionException extends RuntimeException

Exception for when there is a problem with compressing files.

Since:

24.3

Author:

Vaadin Ltd

See Also:

  • Constructor Details

    • CompressionException

      public CompressionException(String message)

      Constructs a new compression exception with the specified detail message.

      Parameters:

      message - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.

    • CompressionException

      public CompressionException(String message, Throwable cause)

      Constructs a new compression exception with the specified detail message and the root cause throwable for the exception.

      Parameters:

      message - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.

      cause - throwable cause for the exception