Package org.jboss.weld.exceptions
Class UnproxyableResolutionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.enterprise.inject.InjectionException
-
- javax.enterprise.inject.ResolutionException
-
- javax.enterprise.inject.UnproxyableResolutionException
-
- org.jboss.weld.exceptions.UnproxyableResolutionException
-
- All Implemented Interfaces:
Serializable
public class UnproxyableResolutionException extends UnproxyableResolutionException
Provides message localization service for theUnproxyableResolutionException.- Author:
- David Allen
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnproxyableResolutionException(String message)Creates a new exception with the given localized message.UnproxyableResolutionException(Throwable throwable)Creates a new exception with the given cause.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLocalizedMessage()StringgetMessage()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnproxyableResolutionException
public UnproxyableResolutionException(Throwable throwable)
Creates a new exception with the given cause.- Parameters:
throwable- The cause of the exception
-
UnproxyableResolutionException
public UnproxyableResolutionException(String message)
Creates a new exception with the given localized message.- Parameters:
message-
-
-
Method Detail
-
getLocalizedMessage
public String getLocalizedMessage()
- Overrides:
getLocalizedMessagein classThrowable
-
getMessage
public String getMessage()
- Overrides:
getMessagein classThrowable
-
-