Class ArchiveException

All Implemented Interfaces:
Serializable

public class ArchiveException extends RuntimeException
Since:
1.0.0
Author:
Mark Allen
See Also:
  • Constructor Details

    • ArchiveException

      public ArchiveException(String message)
    • ArchiveException

      public ArchiveException(String message, Throwable cause)
    • ArchiveException

      public ArchiveException(String message, Process process)
    • ArchiveException

      public ArchiveException(String message, Throwable cause, Process process)
  • Method Details