public class LibraryException extends BaseRuntimeException
code, formatString, messageKey
Constructor and Description |
---|
LibraryException(Class libraryClass,
List causes) |
LibraryException(Class libraryClass,
ListBaseException causes) |
LibraryException(Class libraryClass,
Throwable cause)
Creates a new exception from a cause exception.
|
LibraryException(String library,
Throwable cause)
Creates a new exception from a cause exception.
|
getCode, getFormatString, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageStack, getLocalizedMessageStack, getMessage, getMessage, getMessageKey, getMessageStack, getMessageStack, getValue, iterator, setCode, setFormatString, setMessageKey, setValue, toString, values
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public LibraryException(String library, Throwable cause)
cause
- the original cause exceptionpublic LibraryException(Class libraryClass, Throwable cause)
cause
- the original cause exceptionpublic LibraryException(Class libraryClass, ListBaseException causes)