public class InternalCommandException extends CacheException
Constructor | Description |
---|---|
InternalCommandException() |
Creates a new instance of
TypeIndexNotDefined without detail message. |
InternalCommandException(java.lang.String msg) |
Constructs an instance of
TypeIndexNotDefined with the specified detail message. |
InternalCommandException(java.lang.String s,
CacheException innerException) |
Overloaded Constructor that takes two arguments message as a string and innerException
|
getErrorCode, printStackTrace, setErrorCode
public InternalCommandException()
TypeIndexNotDefined
without detail message.public InternalCommandException(java.lang.String msg)
TypeIndexNotDefined
with the specified detail message.msg
- the detail message.public InternalCommandException(java.lang.String s, CacheException innerException)
s
- s is a string message of ExceptioninnerException
- innerException is an inner Exception for this Exception