Package org.apache.webbeans.exception
Class ProxyGenerationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.webbeans.exception.ProxyGenerationException
- All Implemented Interfaces:
Serializable,DescriptiveException
Exceptions which might happen during proxy creation.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProxyGenerationException(String message) ProxyGenerationException(String message, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddInformation(String additionalInformation) Add some additional information to the message.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProxyGenerationException
public ProxyGenerationException() -
ProxyGenerationException
-
ProxyGenerationException
-
ProxyGenerationException
-
-
Method Details
-
addInformation
Description copied from interface:DescriptiveExceptionAdd some additional information to the message.- Specified by:
addInformationin interfaceDescriptiveException
-
getMessage
- Overrides:
getMessagein classThrowable
-
getLocalizedMessage
- Overrides:
getLocalizedMessagein classThrowable
-