com.sas.hls.drug.project.exception
Class ProjectRenameException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sas.hls.common.exception.AbstractCheckedException
com.sas.hls.drug.project.exception.ProjectRenameException
- All Implemented Interfaces:
- Serializable
public class ProjectRenameException
- extends AbstractCheckedException
Thrown when the requested renaming of a project would be illegal. Check if the name is too long, contains illegal
characters, or is already in use by another project in the same context.
- See Also:
- Serialized Form
ProjectRenameException
public ProjectRenameException(String message)
- ProjectRenameException constructor
- Parameters:
message
- More specific message explaining the exception.
Copyright (c) 2016, SAS Institute Inc., Cary, NC, USA