com.tivoli.twg.engine.slp
Class ServiceLocationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.tivoli.twg.engine.slp.ServiceLocationException
All Implemented Interfaces:
java.io.Serializable

public class ServiceLocationException
extends java.lang.Exception

Base class for SLP exceptions.

See Also:
Serialized Form

Constructor Summary
ServiceLocationException()
          Constructs a ServiceLocationException with no specified detail message.
ServiceLocationException(java.lang.String message)
          Constructs a ServiceLocationException with the specified detail message.
ServiceLocationException(java.lang.String message, java.lang.Throwable cause)
          Constructs a ServiceLocationException with the specified detail message and cause.
 
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

ServiceLocationException

public ServiceLocationException()
Constructs a ServiceLocationException with no specified detail message.


ServiceLocationException

public ServiceLocationException(java.lang.String message)
Constructs a ServiceLocationException with the specified detail message.


ServiceLocationException

public ServiceLocationException(java.lang.String message,
                                java.lang.Throwable cause)
Constructs a ServiceLocationException with the specified detail message and cause.