Class TurbineRuntimeException

    • Constructor Detail

      • TurbineRuntimeException

        public TurbineRuntimeException()
        Constructs a new TurbineRuntimeException without specified detail message.
      • TurbineRuntimeException

        public TurbineRuntimeException​(String msg)
        Constructs a new TurbineRuntimeException with specified detail message.
        Parameters:
        msg - the error message.
      • TurbineRuntimeException

        public TurbineRuntimeException​(Throwable nested)
        Constructs a new TurbineRuntimeException with specified nested Throwable.
        Parameters:
        nested - the exception or error that caused this exception to be thrown.
      • TurbineRuntimeException

        public TurbineRuntimeException​(String msg,
                                       Throwable nested)
        Constructs a new TurbineRuntimeException with specified detail message and nested Throwable.
        Parameters:
        msg - the error message.
        nested - the exception or error that caused this exception to be thrown.