Class StreamBaseRuntimeException

    • Constructor Detail

      • StreamBaseRuntimeException

        public StreamBaseRuntimeException​(String a_message)
        Constructor
        Parameters:
        a_message - Exception message
      • StreamBaseRuntimeException

        public StreamBaseRuntimeException​(String a_message,
                                          Throwable a_cause)
        Constructor
        Parameters:
        a_message - Exception message
        a_cause - Exception cause
      • StreamBaseRuntimeException

        public StreamBaseRuntimeException​(Throwable a_cause)
        Constructor
        Parameters:
        a_cause - Exception cause