Class ArchiveException

All Implemented Interfaces:
Serializable

public class ArchiveException extends HibernateException
Indicates a problem accessing or visiting the archive
See Also:
  • Constructor Details

    • ArchiveException

      public ArchiveException(String message)
      Constructs an ArchiveException
      Parameters:
      message - Message explaining the exception condition
    • ArchiveException

      public ArchiveException(String message, Throwable cause)
      Constructs an ArchiveException
      Parameters:
      message - Message explaining the exception condition
      cause - The underlying cause