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