Package org.hibernate.boot.archive.spi
Class ArchiveException
- java.lang.Object
- java.lang.Throwable
- java.lang.Exception
- java.lang.RuntimeException
- jakarta.persistence.PersistenceException
- org.hibernate.HibernateException
- org.hibernate.boot.archive.spi.ArchiveException
- All Implemented Interfaces:
Serializable
public classArchiveExceptionextendsHibernateException
Indicates a problem accessing or visiting the archive- See Also:
- Serialized Form
Constructor Summary
Constructors Constructor Description ArchiveException(String message)Constructs an ArchiveExceptionArchiveException(String message,Throwable cause)Constructs an ArchiveException
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed,fillInStackTrace,getCause,getLocalizedMessage,getMessage,getStackTrace,getSuppressed,initCause,printStackTrace,printStackTrace,printStackTrace,setStackTrace,toString
Constructor Detail
ArchiveException
public ArchiveException(String message)
Constructs an ArchiveException- Parameters:
message- Message explaining the exception condition