Class SubjectAreaFVTCheckedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.odpi.openmetadata.accessservices.subjectarea.fvt.SubjectAreaFVTCheckedException
-
- All Implemented Interfaces:
Serializable
public class SubjectAreaFVTCheckedException extends Exception
Test exception for FVT- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SubjectAreaFVTCheckedException(String message)This is the typical constructor used for creating a SubjectAreaFVTCheckedException.SubjectAreaFVTCheckedException(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 Detail
-
SubjectAreaFVTCheckedException
public SubjectAreaFVTCheckedException(String message)
This is the typical constructor used for creating a SubjectAreaFVTCheckedException.- Parameters:
message- Error message
-
-