com.lightstreamer.ls_client
Class PushUserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.lightstreamer.ls_client.PushUserException
All Implemented Interfaces:
java.io.Serializable

public class PushUserException
extends java.lang.Exception

Thrown in case the Server refuses to satisfy a request after the permission check performed by Lightstreamer Server Metadata Adapter. A detailed error code is supplied. Both the error code and the message are received from the Server and originate in the Metadata Adapter.

See Also:
Serialized Form

Method Summary
 int getErrorCode()
          Returns the detailed error code, as received by the Server.
 
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
 

Method Detail

getErrorCode

public int getErrorCode()
Returns the detailed error code, as received by the Server.

Returns:
Integer code, whose meaning depends on Lightstreamer Server Metadata Adapter.