Class GlossaryAuthorFVTCheckedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.odpi.openmetadata.viewservices.glossaryauthor.fvt.GlossaryAuthorFVTCheckedException
- All Implemented Interfaces:
Serializable
Test exception for FVT
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGlossaryAuthorFVTCheckedException
(String message) This is the typical constructor used for creating a SubjectAreaFVTCheckedException.GlossaryAuthorFVTCheckedException
(String message, Exception e) This is the constructor used for creating a SubjectAreaFVTCheckedException that resulted from a previous error. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GlossaryAuthorFVTCheckedException
This is the typical constructor used for creating a SubjectAreaFVTCheckedException.- Parameters:
message
- Error message
-
GlossaryAuthorFVTCheckedException
This is the constructor used for creating a SubjectAreaFVTCheckedException that resulted from a previous error.- Parameters:
message
- Error messagee
- the error that resulted in this exception.
-