Class NucleusOptimisticException

    • Constructor Detail

      • NucleusOptimisticException

        public NucleusOptimisticException()
        Constructs a new exception without a detail message.
      • NucleusOptimisticException

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

        public NucleusOptimisticException​(String msg,
                                          Throwable[] nested)
        Constructs a new exception with the specified detail message and nested Throwables.
        Parameters:
        msg - the detail message.
        nested - the nested Throwable[].
      • NucleusOptimisticException

        public NucleusOptimisticException​(String msg,
                                          Object failed)
        Constructs a new exception with the specified detail message and failed object.
        Parameters:
        msg - the detail message.
        failed - the failed object.