org.opengroupware.jogi.ogo
Class ConnectionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.opengroupware.jogi.ogo.ConnectionException
All Implemented Interfaces:
java.io.Serializable

public class ConnectionException
extends java.lang.Exception

This exception is thrown whenever a communication error occurs between the Client using the OpenGroupware API and the OpenGroupware Server. Usually this exceptions is used to indicate a communication error between the server and the client (For example if network connectivity is lost, remote server is unreachable, wrong client credidentals)

Author:
Walter Christian
See Also:
Serialized Form

Constructor Summary
ConnectionException(java.lang.String message)
           
ConnectionException(java.lang.String message, java.lang.Throwable rootCause)
           
 
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

ConnectionException

public ConnectionException(java.lang.String message)

ConnectionException

public ConnectionException(java.lang.String message,
                           java.lang.Throwable rootCause)


Copyright © 2003 ogojogi Project, All Rights Reserved.