public final class GeneralException extends ServerException
This type of exception doesn't characterize the error by java type, but may still classify it by message and code.
| Constructor and Description |
|---|
GeneralException(String message)
Creates a GeneralException.
|
GeneralException(String bundleName,
String code,
String[] values,
String[] details,
Throwable cause) |
GeneralException(String message,
Throwable cause) |
getCode, getDetails, getDetails, getMessage, getMessage, setWasServer, wasServeraddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic GeneralException(String message)
message - An informative message explaining what happened and (possibly) how
to fix it.Copyright © 2013 DuraSpace. All Rights Reserved.