com.vaadin.flow.server.frontend.installer.

Class ArchiveExtractionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.vaadin.flow.server.frontend.installer.ArchiveExtractionException

All Implemented Interfaces:

Serializable

public class ArchiveExtractionException extends Exception

Exception indicating a failure during extraction of an archive file.

Derived from eirslett/frontend-maven-plugin

For internal use only. May be renamed or removed in a future release.

Since:

See Also:

  • Constructor Details

    • ArchiveExtractionException

      public ArchiveExtractionException(String message)

      Exception with message.

      Parameters:

      message - exception message

    • ArchiveExtractionException

      public ArchiveExtractionException(String message, Throwable cause)

      Exceptioon with message and cause.

      Parameters:

      message - exception message

      cause - cause for exception