Class GlossaryAuthorFVTCheckedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.odpi.openmetadata.viewservices.glossaryauthor.fvt.GlossaryAuthorFVTCheckedException
All Implemented Interfaces:
Serializable

public class GlossaryAuthorFVTCheckedException extends Exception
Test exception for FVT
See Also:
  • Constructor Details

    • GlossaryAuthorFVTCheckedException

      public GlossaryAuthorFVTCheckedException(String message)
      This is the typical constructor used for creating a SubjectAreaFVTCheckedException.
      Parameters:
      message - Error message
    • GlossaryAuthorFVTCheckedException

      public GlossaryAuthorFVTCheckedException(String message, Exception e)
      This is the constructor used for creating a SubjectAreaFVTCheckedException that resulted from a previous error.
      Parameters:
      message - Error message
      e - the error that resulted in this exception.