Class UpdateMarkSetException

All Implemented Interfaces:
Serializable

public class UpdateMarkSetException extends AnchorCheckedException
Exception thrown when an error occurs while updating a mark set.
See Also:
  • Constructor Details

    • UpdateMarkSetException

      public UpdateMarkSetException(String message)
      Constructs a new UpdateMarkSetException with the specified detail message.
      Parameters:
      message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method)
    • UpdateMarkSetException

      public UpdateMarkSetException(Exception cause)
      Constructs a new UpdateMarkSetException with the specified cause.
      Parameters:
      cause - the cause (which is saved for later retrieval by the Throwable.getCause() method)