public class WSDLMetadataException extends Exception
MetaData in WSDL files.| Constructor and Description |
|---|
WSDLMetadataException()
Constructs a
WSDLMetadataException. |
WSDLMetadataException(String message)
Constructs a
WSDLMetadataException. |
WSDLMetadataException(String message,
Throwable cause)
Constructs a
WSDLMetadataException. |
WSDLMetadataException(Throwable cause)
Constructs a
WSDLMetadataException. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic WSDLMetadataException()
WSDLMetadataException.public WSDLMetadataException(String message, Throwable cause)
WSDLMetadataException.message - the detail message (which is saved for later retrieval by the getMessage()
method).cause - the cause (which is saved for later retrieval by the getCause() method).
(A null value is permitted, and indicates that the cause is nonexistent or unknown.)public WSDLMetadataException(String message)
WSDLMetadataException.message - the detail message (which is saved for later retrieval by the getMessage()
method).public WSDLMetadataException(Throwable cause)
WSDLMetadataException.cause - the cause (which is saved for later retrieval by the getCause() method).
(A null value is permitted, and indicates that the cause is nonexistent or unknown.)Copyright © 2015. All rights reserved.