Class NotWritablePropertyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.ignite.IgniteCheckedException
-
- org.apache.ignite.internal.processors.configuration.distributed.NotWritablePropertyException
-
- All Implemented Interfaces:
Serializable
public class NotWritablePropertyException extends IgniteCheckedException
Exception of distributed property still have not been allowed for write value.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotWritablePropertyException(String name)
-
Method Summary
-
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
-
NotWritablePropertyException
public NotWritablePropertyException(String name)
- Parameters:
name- Name of detached property.
-
-