com.sas.hls.drug.project.exception
Class ProjectRenameException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sas.hls.common.exception.AbstractCheckedException
              extended by 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

Constructor Summary
ProjectRenameException(String message)
          ProjectRenameException constructor
 
Method Summary
 
Methods inherited from class com.sas.hls.common.exception.AbstractCheckedException
getLocalizedMessage, getMessage, getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProjectRenameException

public ProjectRenameException(String message)
ProjectRenameException constructor

Parameters:
message - More specific message explaining the exception.


Copyright (c) 2016, SAS Institute Inc., Cary, NC, USA