public class UnmodifiableComponentException
extends java.lang.RuntimeException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
Serial version UID.
|
| Constructor and Description |
|---|
UnmodifiableComponentException()
Constructor.
|
UnmodifiableComponentException(java.lang.Exception wrappedException)
Constructor.
|
UnmodifiableComponentException(java.lang.String message)
Constructor.
|
UnmodifiableComponentException(java.lang.String message,
java.lang.Exception wrappedException)
Constructor.
|
private static final long serialVersionUID
public UnmodifiableComponentException()
public UnmodifiableComponentException(@Nullable
java.lang.String message)
message - exception messagepublic UnmodifiableComponentException(@Nullable
java.lang.Exception wrappedException)
wrappedException - exception to be wrapped by this onepublic UnmodifiableComponentException(@Nullable
java.lang.String message,
@Nullable
java.lang.Exception wrappedException)
message - exception messagewrappedException - exception to be wrapped by this one