|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.idoox.util.WrappedException
org.idoox.webservice.client.WebServiceLookupException
Generic exception, that can be thrown during service lookup process.
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 |
public WebServiceLookupException()
WebServiceLookupException
instance.
public WebServiceLookupException(java.lang.String message)
WebServiceLookupException
instance.
message
- the messagepublic WebServiceLookupException(java.lang.String message, java.lang.Throwable reason)
WebServiceLookupException
instance.
message
- the messagereason
- the embedded exceptionpublic WebServiceLookupException(java.lang.Throwable reason)
WebServiceLookupException
instance.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |