org.opengroupware.jogi.ogo
Class ConnectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.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
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 |
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.