Class DeadlockException

    • Constructor Detail

      • DeadlockException

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

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