org.jmythapi.protocol
Class UnknownCommandException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.jmythapi.protocol.ProtocolException
                  extended by org.jmythapi.protocol.UnknownCommandException
All Implemented Interfaces:
Serializable

public class UnknownCommandException
extends ProtocolException

This exception is thrown by the backend-connection, if an request with a command should be send, that is not supported by any of the supported backend protocol-versions.

The function CommandUtils.isKnownCommand(org.jmythapi.protocol.request.IMythRequest) can be used to check if a given command is supported by any protocol version.

See Also:
CommandUtils.isKnownCommand(String), Serialized Form

Constructor Summary
UnknownCommandException()
           
UnknownCommandException(String message)
           
 
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

UnknownCommandException

public UnknownCommandException()

UnknownCommandException

public UnknownCommandException(String message)


Copyright © 2008-2013. All Rights Reserved.