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
public class WebBeansException
- extends RuntimeException
- implements DescriptiveException
- See Also:
- Serialized Form
WebBeansException
public WebBeansException(String message)
WebBeansException
public WebBeansException(Throwable e)
WebBeansException
public WebBeansException(String message,
Throwable e)
getCause
public Throwable getCause()
- Overrides:
getCause in class Throwable
addInformation
public void addInformation(String additionalInformation)
- Description copied from interface:
DescriptiveException
- Add some additional information to the message.
- Specified by:
addInformation in interface DescriptiveException
getMessage
public String getMessage()
- Overrides:
getMessage in class Throwable
getLocalizedMessage
public String getLocalizedMessage()
- Overrides:
getLocalizedMessage in class Throwable
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.