public final class TagContextSerializationException extends Exception
TagContext cannot be serialized.| Constructor and Description |
|---|
TagContextSerializationException(String message)
Constructs a new
TagContextSerializationException with the given message. |
TagContextSerializationException(String message,
Throwable cause)
Constructs a new
TagContextSerializationException with the given message and cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TagContextSerializationException(String message)
TagContextSerializationException with the given message.message - a message describing the error.