Class SubjectNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.internet2.middleware.subject.SubjectNotFoundException
All Implemented Interfaces:
Serializable

public class SubjectNotFoundException extends RuntimeException
Indicates that a Subject is not found within a Source.
See Also:
  • Constructor Details

    • SubjectNotFoundException

      public SubjectNotFoundException(String msg)
      Parameters:
      msg -
    • SubjectNotFoundException

      public SubjectNotFoundException(String msg, Throwable cause)
      Parameters:
      msg -
      cause -
    • SubjectNotFoundException

      public SubjectNotFoundException(String subjectId1, String msg)
      Parameters:
      msg -
    • SubjectNotFoundException

      public SubjectNotFoundException(String subjectId1, String msg, Throwable cause)
      Parameters:
      msg -
      cause -
  • Method Details

    • getSubjectId

      public String getSubjectId()
      subjectId
      Returns:
      subjectId
    • setSubjectId

      public void setSubjectId(String subjectId1)
      subjectId
      Parameters:
      subjectId1 -