public class InjectionException extends InjectionException
InjectionException.| Constructor and Description |
|---|
InjectionException(String message,
Throwable throwable)
Creates a new exception with an arbitrary message and the cause of the
exception.
|
InjectionException(Throwable throwable)
Creates a new exception with the given cause.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getLocalizedMessage() |
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InjectionException(Throwable throwable)
throwable - The cause of the exceptionpublic InjectionException(String message, Throwable throwable)
message - The error messagethrowable - The cause of the exception or wrapped throwablepublic String getLocalizedMessage()
getLocalizedMessage in class Throwablepublic String getMessage()
getMessage in class ThrowableCopyright © 2013 Seam Framework. All Rights Reserved.