Class DatabaseException

All Implemented Interfaces:
Serializable, scala.Equals, scala.Product

public class DatabaseException extends RuntimeException implements scala.Product, Serializable
Represents the exception while connecting to database server e.g. in case of providing incorrect username or password

param: msg represents a brief description of the exception from the underlying or root exception param: cause represents the underlying or root exception

See Also:
  • Constructor Details

    • DatabaseException

      public DatabaseException(String msg, Throwable cause)
  • Method Details

    • apply

      public abstract static R apply(T1 v1, T2 v2)
    • toString

      public static String toString()
    • msg

      public String msg()
    • cause

      public Throwable cause()