public class ResourceIndexException extends ServerException
| Constructor and Description |
|---|
ResourceIndexException(String message)
Creates a ResourceIndexException.
|
ResourceIndexException(String bundleName,
String code,
String[] values,
String[] details,
Throwable cause) |
ResourceIndexException(String message,
Throwable cause) |
getCode, getDetails, getDetails, getMessage, getMessage, setWasServer, wasServeraddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ResourceIndexException(String message)
message - An informative message explaining what happened and (possibly) how
to fix it.public ResourceIndexException(String bundleName, String code, String[] values, String[] details, Throwable cause)
bundleName - The bundle in which the message resides.code - The identifier for the message in the bundle, aka the key.values - Replacements for placeholders in the message, where placeholders
are of the form {num} where num starts at 0, indicating the 0th
(1st) item in this array.details - Identifiers for messages which provide detail on the error. This
may empty or null.cause - The underlying exception if known, null meaning unknown or none.Copyright © 2013 DuraSpace. All Rights Reserved.