Class PsyConcurrentModificationException

All Implemented Interfaces:
PsyExecutable, PsyObject, Serializable

@ErrorType("concurrentmodification") public class PsyConcurrentModificationException extends PsyErrorException
The representation of concurrentmodification error thrown when concurrent modification detected.
See Also:
  • Constructor Details

    • PsyConcurrentModificationException

      public PsyConcurrentModificationException()
      Constructs a new exception object with null as its detail message.
    • PsyConcurrentModificationException

      public PsyConcurrentModificationException(Throwable cause)
      Constructs a new exception object with the specified cause.
      Parameters:
      cause - the cause.