public class RegistrationException extends CatalystException
Registration exceptions are thrown by the SerializerRegistry when an attempt is made to
register a serializable type that has already been registered. This ensures that only the first instance of any
serializable type can be registered, and subsequent attempts to register serializers for the same type can be suppressed
by catching this exception.
| Constructor and Description |
|---|
RegistrationException() |
RegistrationException(String message) |
RegistrationException(String message,
Throwable cause) |
RegistrationException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2013–2015. All rights reserved.