cnrg.itx.gtwy
Class GatewayException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--cnrg.itx.ITXException
                    |
                    +--cnrg.itx.gtwy.GatewayException

public class GatewayException
extends cnrg.itx.ITXException

A GatewayException is a exception thrown by the various Gateway components.

See Also:
Serialized Form

Constructor Summary
protected GatewayException()
          Class constructor.
protected GatewayException(java.lang.String msg)
          Class constructor.
 
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

GatewayException

protected GatewayException(java.lang.String msg)
Class constructor.
Parameters:
msg - exception information.

GatewayException

protected GatewayException()
Class constructor.