com.sas.hls.drug.analysis.exception
Class AnalysisExistsException

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.analysis.exception.AnalysisExistsException
All Implemented Interfaces:
Serializable

public class AnalysisExistsException
extends AbstractCheckedException

Thrown when attempt is made to create an analysis when one already exists with that name within the project.

See Also:
Serialized Form

Constructor Summary
AnalysisExistsException(String message)
          AnalysisExistsException constructor
 
Method Summary
 
Methods inherited from class com.sas.hls.common.exception.AbstractCheckedException
contains, getLocalizedMessage, getMessage, getMostSpecificCause, getRootCause, setLocalizedMessage
 
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

AnalysisExistsException

public AnalysisExistsException(String message)
AnalysisExistsException constructor

Parameters:
message - More specific message explaining the exception.


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