Package org.apache.webbeans.exception
Class WebBeansException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.webbeans.exception.WebBeansException
- All Implemented Interfaces:
Serializable,DescriptiveException
- Direct Known Subclasses:
WebBeansCreationException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWebBeansException(String message) WebBeansException(String message, Throwable e) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddInformation(String additionalInformation) Add some additional information to the message.getCause()Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WebBeansException
-
WebBeansException
-
WebBeansException
-
-
Method Details
-
getCause
-
addInformation
Description copied from interface:DescriptiveExceptionAdd some additional information to the message.- Specified by:
addInformationin interfaceDescriptiveException
-
getMessage
- Overrides:
getMessagein classThrowable
-
getLocalizedMessage
- Overrides:
getLocalizedMessagein classThrowable
-