Class StudyCodeListUpdateException

All Implemented Interfaces:
Serializable

public class StudyCodeListUpdateException extends AbstractCheckedException
Thrown when the study code lists cannot be updated.
Since:
2.4
See Also:
  • Constructor Details

    • StudyCodeListUpdateException

      public StudyCodeListUpdateException(String message)
      Constructs a StudyCodeListUpdateException object with the specified detail message.
      Parameters:
      message - The detail message (which is saved for later retrieval by AbstractCheckedException.getMessage()).