Class BridgeDBException

    • Constructor Detail

      • BridgeDBException

        public BridgeDBException​(String msg)
        See Exception (String).
        Parameters:
        msg - a message
      • BridgeDBException

        public BridgeDBException​(String msg,
                                 Throwable t)
        See Exception(String, Throwable).
        Parameters:
        msg - a message
        t - cause
      • BridgeDBException

        public BridgeDBException​(String msg,
                                 Throwable t,
                                 String query)
        See Exception(String, Throwable).
        Parameters:
        msg - a message
        t - cause
      • BridgeDBException

        public BridgeDBException​(IDMapperException t)
        See Exception(Throwable).
        Parameters:
        t - cause