Class ConflictType


  • public class ConflictType
    extends Object
    The various types of lock conflict that can occur when trying to set a lock.
    • Constructor Detail

      • ConflictType

        public ConflictType()
    • Method Detail

      • stringForm

        public static String stringForm​(int c)
      • print

        public static void print​(PrintWriter strm,
                                 int c)
        Print a human-readable form of the conflict type.