com.jpeterson.x10
Class GatewayException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.jpeterson.x10.ControlException
                    |
                    +--com.jpeterson.x10.GatewayException

public class GatewayException
extends ControlException

Signals that an error occurred while trying to create or access a gateway object.

See Also:
Form, Serialized Form

Constructor Summary
GatewayException()
          Construct a GatewayException with no detail message.
GatewayException(java.lang.String s)
          Construct a GatewayException with a detail message.
 
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

public GatewayException()
Construct a GatewayException with no detail message.

GatewayException

public GatewayException(java.lang.String s)
Construct a GatewayException with a detail message. A detail message is a String that describes this particular exception.