Package net.rubyeye.xmemcached.exception
Class UnknownCommandException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.rubyeye.xmemcached.exception.UnknownCommandException
-
- All Implemented Interfaces:
Serializable
public class UnknownCommandException extends RuntimeException
Unknown command exception- Author:
- boyan
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownCommandException()UnknownCommandException(String s)UnknownCommandException(String message, Throwable cause)UnknownCommandException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-