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