public class SubjectNotFoundException extends RuntimeException
| Constructor and Description |
|---|
SubjectNotFoundException(String msg) |
SubjectNotFoundException(String subjectId1,
String msg) |
SubjectNotFoundException(String subjectId1,
String msg,
Throwable cause) |
SubjectNotFoundException(String msg,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getSubjectId()
subjectId
|
void |
setSubjectId(String subjectId1)
subjectId
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SubjectNotFoundException(String msg)
msg - public SubjectNotFoundException(String msg, Throwable cause)
msg - cause - public SubjectNotFoundException(String subjectId1, String msg)
msg - Copyright © 2016 Internet2. All rights reserved.