Package io.soffa.foundation.errors
Class DatabaseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.soffa.foundation.errors.TechnicalException
-
- io.soffa.foundation.errors.DatabaseException
-
- All Implemented Interfaces:
ManagedException,java.io.Serializable
public class DatabaseException extends TechnicalException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DatabaseException(java.lang.String messsage, java.lang.Object... args)DatabaseException(java.lang.Throwable cause, java.lang.String messsage, java.lang.Object... args)
-