Class DbConnectionErrorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.ntnu.stud.utils.exceptions.DbConnectionErrorException
All Implemented Interfaces:
Serializable

public class DbConnectionErrorException extends Exception
Exception thrown when there is an error connecting to the database.
See Also:
  • Constructor Details

    • DbConnectionErrorException

      public DbConnectionErrorException(String message, Throwable cause)
      Constructs a new DbConnectionErrorException with the specified detail message and cause.
      Parameters:
      message - the detail message (which is saved for later retrieval by the getMessage() method).
      cause - the cause (which is saved for later retrieval by the getCause() method).