Packagecom.pushtechnology.diffusion.errors
Classpublic class UnsupportedServerMethodError
InheritanceUnsupportedServerMethodError Inheritance Error

This error is thrown when a method is called to a server than doesn't implement the specified method. For example, its is only at protocol version 3 that fetch is support so calling the fetch command when connected to a Diffusion protocol 2 server will throw this error.



Public Methods
 MethodDefined By
  
UnsupportedServerMethodError
Constructor Detail
UnsupportedServerMethodError()Constructor
public function UnsupportedServerMethodError(method:String)



Parameters
method:String