com.jpeterson.x10
Class TooManyAttemptsException

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

public class TooManyAttemptsException
extends java.lang.Exception

Indicates that too many attempts have occurred while trying to send a transmission.

See Also:
Serialized Form

Constructor Summary
TooManyAttemptsException()
          Create a new exception.
TooManyAttemptsException(java.lang.String s)
          Create a new exception with the specified 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

TooManyAttemptsException

public TooManyAttemptsException()
Create a new exception.

TooManyAttemptsException

public TooManyAttemptsException(java.lang.String s)
Create a new exception with the specified message.
Parameters:
s - the detail message