com.sas.hls.drug.project.exception
Class ProjectExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sas.hls.common.exception.AbstractCheckedException
com.sas.hls.drug.project.exception.ProjectExistsException
- All Implemented Interfaces:
- Serializable
public class ProjectExistsException
- extends AbstractCheckedException
Thrown when attempt is made to create a project when a project
already exists with that name in the same organization.
- See Also:
- Serialized Form
ProjectExistsException
public ProjectExistsException(String message)
- ProjectExistsException constructor
- Parameters:
message
- More specific message explaining the exception.
Copyright (c) 2012, SAS Institute Inc., Cary, NC, USA