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, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public 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.11.1 Release Date : December 20 2021