Package org.gridgain.internal.dr.common
Class MarshallerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.ignite.lang.IgniteException
org.gridgain.internal.dr.common.MarshallerException
- All Implemented Interfaces:
Serializable,org.apache.ignite.lang.TraceableException
- Direct Known Subclasses:
BinaryObjectException
public class MarshallerException
extends org.apache.ignite.lang.IgniteException
Marshaller exception is thrown when marshaller failed to unmarshal an object.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.MarshallerException(String msg, @Nullable Throwable cause) Constructor. -
Method Summary
Methods inherited from class org.apache.ignite.lang.IgniteException
code, codeAsString, errorCode, groupCode, groupName, toString, traceIdMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
MarshallerException
Constructor.- Parameters:
msg- Error message.
-
MarshallerException
Constructor.- Parameters:
msg- Error message.cause- Error cause or null.
-