org.jboss.soa.esb.listeners.gateway
Class GatewayException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.soa.esb.BaseException
              extended by org.jboss.soa.esb.listeners.gateway.GatewayException
All Implemented Interfaces:
java.io.Serializable

public class GatewayException
extends BaseException

Gateway Exception.

Since:
Version 4.0
Author:
b_georges
See Also:
Serialized Form

Constructor Summary
GatewayException(java.lang.String message)
          Construct an exception instance.
GatewayException(java.lang.String message, java.lang.Throwable cause)
          Construct an exception instance.
GatewayException(java.lang.Throwable cause)
          Construct an exception instance.
 
Method Summary
 
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

GatewayException

public GatewayException(java.lang.String message)
Construct an exception instance.

Parameters:
message - Exception message.

GatewayException

public GatewayException(java.lang.String message,
                        java.lang.Throwable cause)
Construct an exception instance.

Parameters:
message - Exception message.
cause - Exception cause.

GatewayException

public GatewayException(java.lang.Throwable cause)
Construct an exception instance.

Parameters:
cause - Exception cause.