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:
  • Constructor Details

    • SubjectAreaFVTCheckedException

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

      public SubjectAreaFVTCheckedException(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.