public class UnsupportedOperationException
extends java.lang.UnsupportedOperationException
UnsupportedOperationException with support for
localized messages in Weld.| Constructor and Description |
|---|
UnsupportedOperationException()
Creates a new exception with no message.
|
UnsupportedOperationException(java.lang.String message)
Creates a new exception with the given localized message.
|
UnsupportedOperationException(java.lang.String message,
java.lang.Throwable throwable)
Creates a new exception with the given localized message and the cause for this exception.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLocalizedMessage() |
java.lang.String |
getMessage() |
public UnsupportedOperationException()
public UnsupportedOperationException(java.lang.String message)
message - public UnsupportedOperationException(java.lang.String message,
java.lang.Throwable throwable)
message - throwable - Copyright © 2015. All Rights Reserved.