net.user1.union.core.exception
Class ClientNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.user1.union.core.exception.UnionException
              extended by net.user1.union.core.exception.ClientNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ClientNotFoundException
extends UnionException

Thrown when trying to obtain a reference to a client by using it's client ID but no such client exists.

See Also:
Serialized Form

Constructor Summary
ClientNotFoundException()
           
ClientNotFoundException(java.lang.String message)
           
ClientNotFoundException(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClientNotFoundException

public ClientNotFoundException()

ClientNotFoundException

public ClientNotFoundException(java.lang.String message)

ClientNotFoundException

public ClientNotFoundException(java.lang.String message,
                               java.lang.Throwable cause)


Copyright USER1 Subsystems Corporation - Tue Jan 28 2014, 05:05 PM -0500