Package org.jboss.weld.exceptions
Class InvalidObjectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.io.ObjectStreamException
java.io.InvalidObjectException
org.jboss.weld.exceptions.InvalidObjectException
- All Implemented Interfaces:
Serializable
An extended version of
InvalidObjectException that supports
localization.- Author:
- David Allen
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidObjectException(String message) Creates a new exception with the given localized message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidObjectException
Creates a new exception with the given localized message.- Parameters:
message-
-
-
Method Details
-
getLocalizedMessage
- Overrides:
getLocalizedMessagein classThrowable
-
getMessage
- Overrides:
getMessagein classThrowable
-