Class ClubDAOException

  • All Implemented Interfaces:
    Serializable

    public class ClubDAOException
    extends RuntimeException
    This class defines an unchecked exception that can be thrown by the ClubDAO. A more general exception could be defined for all DAOs. This exception should report plumbing errors with the infrastructure -- not items like invalid inputs.
    See Also:
    Serialized Form
    • Constructor Detail

      • ClubDAOException

        public ClubDAOException​(String message)
      • ClubDAOException

        public ClubDAOException​(String message,
                                Throwable th)