Class BORuntimeException

    • Constructor Summary

      Constructors 
      Constructor Description
      BORuntimeException()
      Creates a new exception without any message.
      BORuntimeException​(java.lang.String msg)
      Creates a new exception with a given message.
      BORuntimeException​(java.lang.String msg, java.lang.Throwable rootCause)
      Standard constructor for BORuntimeException using a simple message text.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • BORuntimeException

        public BORuntimeException()
        Creates a new exception without any message.
      • BORuntimeException

        public BORuntimeException​(java.lang.String msg)
        Creates a new exception with a given message.
        Parameters:
        msg - Message to give further information about the exception
      • BORuntimeException

        public BORuntimeException​(java.lang.String msg,
                                  java.lang.Throwable rootCause)
        Standard constructor for BORuntimeException using a simple message text.
        Parameters:
        msg - message text.
        rootCause - exception which causes the exception