Package edu.internet2.middleware.subject
Class SubjectNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.internet2.middleware.subject.SubjectNotFoundException
- All Implemented Interfaces:
Serializable
Indicates that a Subject is not found within a Source.
- See Also:
-
Constructor Summary
ConstructorDescriptionSubjectNotFoundException
(String subjectId1, String msg) SubjectNotFoundException
(String subjectId1, String msg, Throwable cause) SubjectNotFoundException
(String msg, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SubjectNotFoundException
- Parameters:
msg
-
-
SubjectNotFoundException
- Parameters:
msg
-cause
-
-
SubjectNotFoundException
- Parameters:
msg
-
-
SubjectNotFoundException
- Parameters:
msg
-cause
-
-
-
Method Details
-
getSubjectId
subjectId- Returns:
- subjectId
-
setSubjectId
subjectId- Parameters:
subjectId1
-
-