Open SiteSearch 4.1.1
Final

ORG.oclc.opserve.opsmanager
Class NoAvailableServerException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--ORG.oclc.opserve.opsmanager.NoAvailableServerException

public class NoAvailableServerException
extends Exception

This exception is thrown when the LoadBalancer can't find another server in the load balancing file.

See Also:
Serialized Form

Constructor Summary
NoAvailableServerException()
          Initializes the exception
NoAvailableServerException(String msg)
          Initializes the exception
 
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

NoAvailableServerException

public NoAvailableServerException()
Initializes the exception

NoAvailableServerException

public NoAvailableServerException(String msg)
Initializes the exception
Parameters:
msg - Message that is displayed when the exception is printed

Open SiteSearch 4.1.1
Final