public class IdNotFoundException extends RuntimeException
| Constructor and Description |
|---|
IdNotFoundException(String message)
Constructs an IdNotFoundException with a generic message (useful when the
more specific constructor isn't suitable, because we don't know what kind of ID
wasn't found).
|
IdNotFoundException(String id,
String className)
Constructs an IdNotFoundException indicating the class for which the id could
not be located.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IdNotFoundException(String message)
message - Copyright © 2006–2019 Sakai Project. All rights reserved.