ibspan.tss.messaging
Class ServiceFinderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ibspan.tss.messaging.ServiceFinderException
All Implemented Interfaces:
Serializable

public class ServiceFinderException
extends Exception

Thrown when the ServiceFinder object cannot be initialized.

Author:
Maciej Gawinecki
See Also:
ServiceFinder, Serialized Form

Constructor Summary
ServiceFinderException(String message)
           
ServiceFinderException(String message, 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

ServiceFinderException

public ServiceFinderException(String message,
                              Throwable cause)

ServiceFinderException

public ServiceFinderException(String message)