org.openliberty.wsc
Class WSCNoServiceAvailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openliberty.wsc.WSCException
              extended by org.openliberty.wsc.WSCNoServiceAvailableException
All Implemented Interfaces:
java.io.Serializable

public class WSCNoServiceAvailableException
extends WSCException

This exception is thrown by methods within the WSCUtilities class when a discovery service is unable to produce an epr for the specified service with the specified parameters.

Author:
asa
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
WSCNoServiceAvailableException(java.lang.String message)
           
 
Method Summary
static WSCNoServiceAvailableException exceptionForRequestedService(RequestedService requestedService)
           
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

WSCNoServiceAvailableException

public WSCNoServiceAvailableException(java.lang.String message)
Method Detail

exceptionForRequestedService

public static WSCNoServiceAvailableException exceptionForRequestedService(RequestedService requestedService)