com.thimbleware.jmemcached.protocol.exceptions
Class MalformedCommandException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.thimbleware.jmemcached.protocol.exceptions.ClientException
              extended by com.thimbleware.jmemcached.protocol.exceptions.MalformedCommandException
All Implemented Interfaces:
java.io.Serializable

public class MalformedCommandException
extends ClientException

See Also:
Serialized Form

Constructor Summary
MalformedCommandException()
           
MalformedCommandException(java.lang.String s)
           
MalformedCommandException(java.lang.String s, java.lang.Throwable throwable)
           
MalformedCommandException(java.lang.Throwable throwable)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MalformedCommandException

public MalformedCommandException()

MalformedCommandException

public MalformedCommandException(java.lang.String s)

MalformedCommandException

public MalformedCommandException(java.lang.String s,
                                 java.lang.Throwable throwable)

MalformedCommandException

public MalformedCommandException(java.lang.Throwable throwable)


Copyright © 2008-2011 ThimbleWare. All Rights Reserved.