Class InternalCommandException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.alachisoft.ncache.runtime.exceptions.CacheException
-
- com.alachisoft.ncache.runtime.exceptions.InternalCommandException
-
- All Implemented Interfaces:
java.io.Serializable
public class InternalCommandException extends CacheException
Thrown when an exception occurs like ActivityBlockedException or ConnectionException.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InternalCommandException()
Creates a new instance ofTypeIndexNotDefined
without detail message.InternalCommandException(java.lang.String msg)
Constructs an instance ofTypeIndexNotDefined
with the specified detail message.InternalCommandException(java.lang.String s, CacheException innerException)
Overloaded Constructor that takes two arguments message as a string and innerException
-
Method Summary
-
Methods inherited from class com.alachisoft.ncache.runtime.exceptions.CacheException
getErrorCode, printStackTrace, setErrorCode
-
-
-
-
Constructor Detail
-
InternalCommandException
public InternalCommandException()
Creates a new instance ofTypeIndexNotDefined
without detail message.
-
InternalCommandException
public InternalCommandException(java.lang.String msg)
Constructs an instance ofTypeIndexNotDefined
with the specified detail message.- Parameters:
msg
- the detail message.
-
InternalCommandException
public InternalCommandException(java.lang.String s, CacheException innerException)
Overloaded Constructor that takes two arguments message as a string and innerException- Parameters:
s
- s is a string message of ExceptioninnerException
- innerException is an inner Exception for this Exception
-
-