Package org.hibernate.boot.archive.spi
Class ArchiveException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.persistence.PersistenceException
-
- org.hibernate.HibernateException
-
- org.hibernate.boot.archive.spi.ArchiveException
-
- All Implemented Interfaces:
java.io.Serializable
public class ArchiveException extends HibernateException
Indicates a problem accessing or visiting the archive- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ArchiveException(java.lang.String message)
Constructs an ArchiveExceptionArchiveException(java.lang.String message, java.lang.Throwable cause)
Constructs an ArchiveException
-
-
-
Constructor Detail
-
ArchiveException
public ArchiveException(java.lang.String message)
Constructs an ArchiveException- Parameters:
message
- Message explaining the exception condition
-
ArchiveException
public ArchiveException(java.lang.String message, java.lang.Throwable cause)
Constructs an ArchiveException- Parameters:
message
- Message explaining the exception conditioncause
- The underlying cause
-
-