|
|||||||||
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.InterruptedTransmissionException
Indicates that a transmission was interrupted by an unsolicted event. The exception contains the event code that identifies what type of event interrupted the transmission.
Constructor Summary | |
InterruptedTransmissionException(byte eventCode)
Create a new exception. |
Method Summary | |
byte |
getEventCode()
Retrieve the event code of the event that interrupted the transmission. |
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 InterruptedTransmissionException(byte eventCode)
eventCode
- Byte that identifies the event that interrupted
the transmission.Method Detail |
public byte getEventCode()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |