Class ConcurrentUpdateException

All Implemented Interfaces:
Serializable

public class ConcurrentUpdateException extends SchedulerException
Exception thrown when the metadata API detects concurrent update on a metadata object.
See Also:
  • Constructor Details

    • ConcurrentUpdateException

      public ConcurrentUpdateException()
      Default constructor.
    • ConcurrentUpdateException

      public ConcurrentUpdateException(String msg)
      Constructor with a detailed message.
      Parameters:
      msg - the detailed message associated with this exception
    • ConcurrentUpdateException

      public ConcurrentUpdateException(Throwable cause)
      Constructor that creates the instance based on a cause.
      Parameters:
      cause - the underlying cause for exception
    • ConcurrentUpdateException

      public ConcurrentUpdateException(String msg, Throwable cause)
      Constructor to create the instance with an message and cause.
      Parameters:
      msg - the detailed message to be associated with the exception
      cause - the underlying cause.