Class OptimizedMarshallerInaccessibleClassException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.ignite.IgniteCheckedException
-
- org.apache.ignite.internal.marshaller.optimized.OptimizedMarshallerInaccessibleClassException
-
- All Implemented Interfaces:
Serializable
public final class OptimizedMarshallerInaccessibleClassException extends IgniteCheckedException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OptimizedMarshallerInaccessibleClassException(String msg, ClassNotFoundException cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringinaccessibleClass()-
Methods inherited from class org.apache.ignite.IgniteCheckedException
getCause, hasCause, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
OptimizedMarshallerInaccessibleClassException
public OptimizedMarshallerInaccessibleClassException(String msg, ClassNotFoundException cause)
-
-
Method Detail
-
inaccessibleClass
public String inaccessibleClass()
-
-