Class InvalidReaderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.alachisoft.ncache.runtime.exceptions.CacheException
-
- com.alachisoft.ncache.runtime.exceptions.OperationFailedException
-
- com.alachisoft.ncache.runtime.exceptions.InvalidReaderException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidReaderException extends OperationFailedException
Thrown whenever one of the data partition goes down- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.alachisoft.ncache.runtime.exceptions.OperationFailedException
_isTracable
-
-
Constructor Summary
Constructors Constructor Description InvalidReaderException()Creates a new instance ofTypeIndexNotDefinedwithout detail message.InvalidReaderException(int errorCode, java.lang.String reason, java.lang.String stackTrace)overloaded constructor.InvalidReaderException(java.lang.String msg)Constructs an instance ofTypeIndexNotDefinedwith the specified detail message.InvalidReaderException(java.lang.String s, java.lang.IllegalArgumentException ex)overloaded constructor.
-
Method Summary
-
Methods inherited from class com.alachisoft.ncache.runtime.exceptions.OperationFailedException
getIsTracable
-
Methods inherited from class com.alachisoft.ncache.runtime.exceptions.CacheException
getErrorCode, printStackTrace, setErrorCode
-
-
-
-
Constructor Detail
-
InvalidReaderException
public InvalidReaderException()
Creates a new instance ofTypeIndexNotDefinedwithout detail message.
-
InvalidReaderException
public InvalidReaderException(java.lang.String msg)
Constructs an instance ofTypeIndexNotDefinedwith the specified detail message.- Parameters:
msg- the detail message.
-
InvalidReaderException
public InvalidReaderException(java.lang.String s, java.lang.IllegalArgumentException ex)overloaded constructor.- Parameters:
s- the detail message.ex- Nested exception
-
InvalidReaderException
public InvalidReaderException(int errorCode, java.lang.String reason, java.lang.String stackTrace)overloaded constructor.- Parameters:
errorCode- assigned errorCodereason- the detail message.stackTrace- stackTrace
-
-