org.opengroupware.jogi.ogo
Class OgoException

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

public class OgoException
extends java.lang.Exception

This exception is thrown whenever the remote Server detects an error. The reason for this error is mapped from an XmlRpcException which is thrown by the underlying library. This means that usually something has gone wrong with the data sent by the client.

Author:
Walter Christian
See Also:
Serialized Form

Constructor Summary
OgoException(java.lang.String message)
           
OgoException(java.lang.String message, int code)
           
 
Method Summary
 int code()
           
 
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

OgoException

public OgoException(java.lang.String message)

OgoException

public OgoException(java.lang.String message,
                    int code)
Method Detail

code

public int code()


Copyright © 2003 ogojogi Project, All Rights Reserved.