com.kedwards.swt
Class NoServiceIDException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.kedwards.swt.NoServiceIDException
All Implemented Interfaces:
java.io.Serializable

public class NoServiceIDException
extends java.lang.Exception

NoServiceIDException.java

See http://www.kedwards.com/jini

No warranty expressed or implied; use at your own risk; for educational purposes only.

Author:
Keith Edwards
See Also:
Serialized Form

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

NoServiceIDException

public NoServiceIDException()

NoServiceIDException

public NoServiceIDException(java.lang.String message)