Class ArchiveException

    • Constructor Detail

      • ArchiveException

        public ArchiveException​(String message)
        Parameters:
        message - Message with more details why the mail context is not available.
      • ArchiveException

        public ArchiveException​(String message,
                                Throwable cause)
        Parameters:
        message - Message with more details why the mail context is not available.
        cause - Underlying cause why the mail context is not available, such as a database error.
      • ArchiveException

        public ArchiveException​(Throwable cause)
        Parameters:
        cause - Underlying cause why the mail context is not available, such as a database error.