Class B3pCommonsException

    • Constructor Detail

      • B3pCommonsException

        public B3pCommonsException()
        Creates a new instance of B3pCommonsException
      • B3pCommonsException

        public B3pCommonsException​(String msg)
        Nieuwe B3pCommonsException met beschrijvende tekst.
        Parameters:
        msg - beschrijving van foutconditie
      • B3pCommonsException

        public B3pCommonsException​(String msg,
                                   Throwable cause)
        Nieuwe B3pCommonsException met beschrijvende tekst en veroorzakende exceptie.
        Parameters:
        msg - beschrijving van foutconditie
        cause - onderliggende oorzaak van de exceptie
      • B3pCommonsException

        public B3pCommonsException​(Throwable cause)
        Nieuwe B3pCommonsException met veroorzakende exceptie.
        Parameters:
        cause - onderliggende exceptie