Package com.sas.lsaf.clinical.tlf
Class TlfUpdateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sas.lsaf.core.AbstractCheckedException
-
- com.sas.lsaf.clinical.tlf.TlfException
-
- com.sas.lsaf.clinical.tlf.TlfUpdateException
-
- All Implemented Interfaces:
java.io.Serializable
public class TlfUpdateException extends TlfException
Thrown when the TLF cannot be updated.- Since:
- 2.4
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TlfUpdateException(java.lang.String message)
Constructs aTlfUpdateException
with the specified detail message.
-
Method Summary
-
Methods inherited from class com.sas.lsaf.core.AbstractCheckedException
getMessage, getRootCause
-
-
-
-
Constructor Detail
-
TlfUpdateException
public TlfUpdateException(java.lang.String message)
Constructs aTlfUpdateException
with the specified detail message.- Parameters:
message
- the detail message (which is saved for later retrieval by theAbstractCheckedException.getMessage()
method).
-
-