com.dalsemi.system
Class ExternalInterruptException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.dalsemi.system.ExternalInterruptException

public class ExternalInterruptException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
ExternalInterruptException()
           
ExternalInterruptException(java.lang.String s)
           
 
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

ExternalInterruptException

public ExternalInterruptException()

ExternalInterruptException

public ExternalInterruptException(java.lang.String s)