Package net.spy.memcached.ops
Class OperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
net.spy.memcached.ops.OperationException
- All Implemented Interfaces:
Serializable
Exceptions thrown when protocol errors occur.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGeneral exception (no message).OperationException(OperationErrorType eType, String msg) Exception with a message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
OperationException
public OperationException()General exception (no message). -
OperationException
Exception with a message.- Parameters:
eType- the type of error that occurredmsg- the error message
-
-
Method Details