public class CourseDoesNotExistException extends Exception
Constructor and Description |
---|
CourseDoesNotExistException(String messageKey,
String message) |
CourseDoesNotExistException(String messageKey,
String courseCode,
String message) |
Modifier and Type | Method and Description |
---|---|
String |
getCourseCode() |
String |
getMessageKey() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CourseDoesNotExistException(String messageKey, String message)
public CourseDoesNotExistException(String messageKey, String courseCode, String message)
public String getMessageKey()
public String getCourseCode()
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.