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