org.jmythapi.protocol
Class UnknownCommandException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.jmythapi.protocol.ProtocolException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnknownCommandException
public UnknownCommandException()
UnknownCommandException
public UnknownCommandException(String message)
Copyright © 2008-2013. All Rights Reserved.