Package com.sas.lsaf.clinical.common
Class ImportException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sas.lsaf.core.AbstractCheckedException
-
- com.sas.lsaf.clinical.common.ImportException
-
- All Implemented Interfaces:
java.io.Serializable
public class ImportException extends AbstractCheckedException
Thrown when there is an issue when importing the specified item.- Since:
- 2.4
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ImportException(java.lang.String message)
Constructs anImportException
object with the specified message.
-
Method Summary
-
Methods inherited from class com.sas.lsaf.core.AbstractCheckedException
getMessage, getRootCause
-
-
-
-
Constructor Detail
-
ImportException
public ImportException(java.lang.String message)
Constructs anImportException
object with the specified message.- Parameters:
message
- The detail message (which is saved for later retrieval by theAbstractCheckedException.getMessage()
).
-
-