org.openxri.exceptions
Class ServerNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openxri.exceptions.ServerException
              extended by org.openxri.exceptions.ServerNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ServerNotFoundException
extends ServerException

An exception thrown by Server implementations if a lookup was unsuccessful.

Author:
=peacekeeper
See Also:
Serialized Form

Constructor Summary
ServerNotFoundException()
           
ServerNotFoundException(java.lang.String arg0)
           
ServerNotFoundException(java.lang.String arg0, java.lang.Throwable arg1)
           
ServerNotFoundException(java.lang.Throwable arg0)
           
 
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

ServerNotFoundException

public ServerNotFoundException()

ServerNotFoundException

public ServerNotFoundException(java.lang.String arg0,
                               java.lang.Throwable arg1)

ServerNotFoundException

public ServerNotFoundException(java.lang.String arg0)

ServerNotFoundException

public ServerNotFoundException(java.lang.Throwable arg0)


Copyright © 2005-2012. All Rights Reserved.