public class UnregisteredClassException extends IgniteException
| Constructor and Description |
|---|
UnregisteredClassException(Class cls) |
UnregisteredClassException(String msg,
Class cls) |
UnregisteredClassException(String msg,
@Nullable Throwable cause,
Class cls) |
UnregisteredClassException(Throwable cause,
Class cls) |
| Modifier and Type | Method and Description |
|---|---|
Class |
cls() |
getCause, hasCause, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic UnregisteredClassException(Class cls)
cls - Class that isn't registered.public UnregisteredClassException(String msg, Class cls)
msg - Error message.cls - Class that isn't registered.public UnregisteredClassException(Throwable cause, Class cls)
cause - Exception cause.cls - Class that isn't registered.public Class cls()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.0 Release Date : October 15 2020