|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--com.jpeterson.x10.ControlException | +--com.jpeterson.x10.GatewayException
Signals that an error occurred while trying to create or access a gateway object.
Form
, Serialized FormConstructor 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 |
public GatewayException()
GatewayException
with no detail message.public GatewayException(java.lang.String s)
GatewayException
with a detail message. A
detail message is a String
that describes this particular
exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |