Class StructureViolationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jdk.incubator.concurrent.StructureViolationException
All Implemented Interfaces:
Serializable

public final class StructureViolationException extends RuntimeException
Thrown when a structure violation is detected.
Since:
19
See Also:
  • Constructor Details

    • StructureViolationException

      public StructureViolationException()
      Constructs a StructureViolationException with no detail message.
    • StructureViolationException

      public StructureViolationException(String message)
      Constructs a StructureViolationException with the specified detail message.
      Parameters:
      message - the detail message, can be null