TaskBean API
0.5

glogic.jthin.base
Class ClientInvokeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byglogic.jthin.base.ClientInvokeException
All Implemented Interfaces:
java.io.Serializable

public class ClientInvokeException
extends java.lang.RuntimeException

Thrown locally within client if something goes wrong with communication with server. Sort of a catch all for any messaging problems that might happen.

Author:
Sam Taha
See Also:
Serialized Form

Constructor Summary
ClientInvokeException(java.lang.String description)
           
ClientInvokeException(java.lang.String desc, java.lang.Throwable e)
           
ClientInvokeException(java.lang.Throwable e)
           
 
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

ClientInvokeException

public ClientInvokeException(java.lang.String description)

ClientInvokeException

public ClientInvokeException(java.lang.Throwable e)

ClientInvokeException

public ClientInvokeException(java.lang.String desc,
                             java.lang.Throwable e)

TaskBean API
0.5

Copyright © Grand Logic, Inc. All Rights Reserved.