org.idoox.webservice.client
Class WebServiceLookupException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.idoox.util.WrappedException
              extended byorg.idoox.webservice.client.WebServiceLookupException
All Implemented Interfaces:
java.io.Serializable

public class WebServiceLookupException
extends WrappedException

Generic exception, that can be thrown during service lookup process.

Since:
1.0
See Also:
Serialized Form

Constructor Summary
WebServiceLookupException()
          Creates a new WebServiceLookupException instance.
WebServiceLookupException(java.lang.String message)
          Creates a new WebServiceLookupException instance.
WebServiceLookupException(java.lang.String message, java.lang.Throwable reason)
          Creates a new WebServiceLookupException instance.
WebServiceLookupException(java.lang.Throwable reason)
          Creates a new WebServiceLookupException instance.
 
Methods inherited from class org.idoox.util.WrappedException
getCause, getException, getLocalizedMessage, getRootException, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WebServiceLookupException

public WebServiceLookupException()
Creates a new WebServiceLookupException instance.


WebServiceLookupException

public WebServiceLookupException(java.lang.String message)
Creates a new WebServiceLookupException instance.

Parameters:
message - the message

WebServiceLookupException

public WebServiceLookupException(java.lang.String message,
                                 java.lang.Throwable reason)
Creates a new WebServiceLookupException instance.

Parameters:
message - the message
reason - the embedded exception

WebServiceLookupException

public WebServiceLookupException(java.lang.Throwable reason)
Creates a new WebServiceLookupException instance.