Package com.sas.lsaf.clinical.tlf
Class TlfNotFoundException
- 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.TlfNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class TlfNotFoundException extends TlfException
Thrown when the specified TLF is not found or the user does not have access to the TLF.- Since:
- 2.5
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TlfNotFoundException(java.lang.String message)
Constructs aTlfNotFoundException
with the specified message.
-
Method Summary
-
Methods inherited from class com.sas.lsaf.core.AbstractCheckedException
getMessage, getRootCause
-
-
-
-
Constructor Detail
-
TlfNotFoundException
public TlfNotFoundException(java.lang.String message)
Constructs aTlfNotFoundException
with the specified message.- Parameters:
message
- The detailed message (which is saved for later retrieval by theAbstractCheckedException.getMessage()
method).
-
-