Class FauxjoException

  • All Implemented Interfaces:
    Serializable, Iterable<Throwable>

    public class FauxjoException
    extends SQLException
    An Exception that is specific to the Fauxjo library. The reason it extends SQLException is that a FauxjoException is a kind of database exception.
    See Also:
    Serialized Form
    • Constructor Detail

      • FauxjoException

        public FauxjoException​(String message)
      • FauxjoException

        public FauxjoException​(String message,
                               Throwable ex)
      • FauxjoException

        public FauxjoException​(Throwable ex)