public class UnmodifiableComponentException extends RuntimeException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
Serial version UID.
|
Constructor and Description |
---|
UnmodifiableComponentException()
Constructor.
|
UnmodifiableComponentException(Exception wrappedException)
Constructor.
|
UnmodifiableComponentException(String message)
Constructor.
|
UnmodifiableComponentException(String message,
Exception wrappedException)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
public UnmodifiableComponentException()
public UnmodifiableComponentException(@Nullable String message)
message
- exception messagepublic UnmodifiableComponentException(@Nullable Exception wrappedException)
wrappedException
- exception to be wrapped by this oneCopyright © 1999–2019. All rights reserved.