Class EpiException

  • All Implemented Interfaces:
    Serializable

    public class EpiException
    extends RuntimeException
    Generic runtime exception wrapper for those times when you want a generic unchecked exception but don't mean it to be specific to any particular subsystem such a Jena.
    Author:
    Dave Reynolds
    See Also:
    Serialized Form
    • Constructor Detail

      • EpiException

        public EpiException()
      • EpiException

        public EpiException​(String message)
      • EpiException

        public EpiException​(Throwable cause)