Package org.apache.ignite.internal
Class DuplicateTypeIdException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.ignite.IgniteCheckedException
-
- org.apache.ignite.internal.DuplicateTypeIdException
-
- All Implemented Interfaces:
Serializable
public class DuplicateTypeIdException extends IgniteCheckedException
The exception indicates a duplicate type ID was encountered.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessage()StringgetRegisteredClassName()-
Methods inherited from class org.apache.ignite.IgniteCheckedException
getCause, hasCause, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Method Detail
-
getMessage
public String getMessage()
- Overrides:
getMessagein classThrowable
-
getRegisteredClassName
public String getRegisteredClassName()
- Returns:
- Name of already registered class.
-
-