|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.naming.NamingException
com.ibm.websphere.srm.ServiceReferenceWSDLMismatchException
Thrown when a service when the deployment information is incompatible with the requirements of the referenced WSDL document. For example, the deployment information references a service that is not found in the WSDL document.
Constructor Summary | |
---|---|
ServiceReferenceWSDLMismatchException()
Constructor for ServiceReferenceWSDLMismatchException. |
|
ServiceReferenceWSDLMismatchException(java.lang.String explanation)
Constructor for ServiceReferenceWSDLMismatchException. |
Method Summary | |
---|---|
java.lang.String |
toString()
Provides a string representation of this object |
Methods inherited from class javax.naming.NamingException |
---|
appendRemainingComponent, appendRemainingName, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, printStackTrace, printStackTrace, printStackTrace, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ServiceReferenceWSDLMismatchException(java.lang.String explanation)
explanation
- Exception message.public ServiceReferenceWSDLMismatchException()
Method Detail |
public java.lang.String toString()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |