All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Alachisoft.NCache.Parser.AttributeIndexNotDefined Maven / Gradle / Ivy

There is a newer version: 5.3.3
Show newest version
package Alachisoft.NCache.Parser;

import java.io.Serializable;

public class AttributeIndexNotDefined extends RuntimeException implements Serializable {
    public AttributeIndexNotDefined(String error) {
        super(error);
    }

    public AttributeIndexNotDefined(String error, RuntimeException exception) {
        super(error, exception);
    }
    //Huma:CM-1000	:	Not Supported	-	FEATURE
//	public AttributeIndexNotDefined(SerializationInfo info, StreamingContext context) {
//		super(info, context);
//	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy