org.gxos
Class GxException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.gxos.GxException
All Implemented Interfaces:
java.io.Serializable

public class GxException
extends java.lang.Exception

Garnet Exception classes.

$Id: GxException.java,v 1.4 2001/05/28 17:14:52 balsoy Exp $

See Also:
Serialized Form

Constructor Summary
GxException()
           
GxException(java.lang.String msg)
           
GxException(java.lang.String msg, java.lang.Exception e)
           
 
Method Summary
 java.lang.Exception getRelation()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GxException

public GxException()

GxException

public GxException(java.lang.String msg)
Parameters:
msg - autofilled

GxException

public GxException(java.lang.String msg,
                   java.lang.Exception e)
Parameters:
msg - autofilled
e - autofilled
Method Detail

getRelation

public java.lang.Exception getRelation()