Class BmEngineFatalErrorException

    • Constructor Detail

      • BmEngineFatalErrorException

        public BmEngineFatalErrorException​(String message,
                                           Throwable cause)
        Creates a new exception with the the specified detail message and cause.
        Parameters:
        message - the detail message.
        cause - the cause.
      • BmEngineFatalErrorException

        public BmEngineFatalErrorException​(String engineId,
                                           String message,
                                           Throwable cause)
        Creates a new exception with the the specified detail message and cause.
        Parameters:
        engineId - the identifier of the engine, can't be null.
        message - the detail message.
        cause - the cause.
      • BmEngineFatalErrorException

        public BmEngineFatalErrorException​(String message)
        Creates a new exception with the the specified detail message.
        Parameters:
        message - the detail message.
      • BmEngineFatalErrorException

        public BmEngineFatalErrorException​(String engineId,
                                           String message)
        Creates a new exception with the the specified detail message.
        Parameters:
        engineId - the identifier of the engine, can't be null.
        message - the detail message.
    • Method Detail

      • getEngineId

        public String getEngineId()
        Gets the engine identifier.
        Parameters:
        engineId - the identifier of the engine, can't be null.