Class PlatformNativeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.ignite.IgniteCheckedException
-
- org.apache.ignite.internal.processors.platform.PlatformException
-
- org.apache.ignite.internal.processors.platform.PlatformNativeException
-
- All Implemented Interfaces:
Externalizable,Serializable
public class PlatformNativeException extends PlatformException implements Externalizable
Exception occurred on native side.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PlatformNativeException()Externalizablesupport.PlatformNativeException(Object cause)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectcause()voidreadExternal(ObjectInput in)StringtoString()voidwriteExternal(ObjectOutput out)-
Methods inherited from class org.apache.ignite.IgniteCheckedException
getCause, hasCause
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Field Detail
-
cause
protected Object cause
Native cause.
-
-
Constructor Detail
-
PlatformNativeException
public PlatformNativeException()
Externalizablesupport.
-
PlatformNativeException
public PlatformNativeException(Object cause)
Constructor.- Parameters:
cause- Native cause.
-
-
Method Detail
-
cause
public Object cause()
- Returns:
- Native cause.
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
toString
public String toString()
- Overrides:
toStringin classPlatformException
-
-