public class WebBeansException extends RuntimeException implements DescriptiveException
Constructor and Description |
---|
WebBeansException(String message) |
WebBeansException(String message,
Throwable e) |
WebBeansException(Throwable e) |
Modifier and Type | Method and Description |
---|---|
void |
addInformation(String additionalInformation)
Add some additional information to the message.
|
Throwable |
getCause() |
String |
getLocalizedMessage() |
String |
getMessage() |
addSuppressed, fillInStackTrace, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public WebBeansException(String message)
public WebBeansException(Throwable e)
public void addInformation(String additionalInformation)
DescriptiveException
addInformation
in interface DescriptiveException
public String getMessage()
getMessage
in class Throwable
public String getLocalizedMessage()
getLocalizedMessage
in class Throwable
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.