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