Class AttributeIndexNotDefined
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.alachisoft.ncache.runtime.exceptions.AttributeIndexNotDefined
-
- All Implemented Interfaces:
java.io.Serializable
public class AttributeIndexNotDefined extends java.lang.Exception
This exception is thrown whenever Attribute index is not found in case of NamedTags- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AttributeIndexNotDefined()
Creates a new instance ofAttributeIndexNotDefined
without detail message.AttributeIndexNotDefined​(java.lang.String msg)
Constructs an instance ofAttributeIndexNotDefined
with the specified detail message.
-
-
-
Constructor Detail
-
AttributeIndexNotDefined
public AttributeIndexNotDefined()
Creates a new instance ofAttributeIndexNotDefined
without detail message.
-
AttributeIndexNotDefined
public AttributeIndexNotDefined​(java.lang.String msg)
Constructs an instance ofAttributeIndexNotDefined
with the specified detail message.- Parameters:
msg
- the detail message.
-
-