public class WsdlDatasenseException extends Exception
MetaData in WSDL files.| Constructor and Description |
|---|
WsdlDatasenseException()
Constructs a
WsdlDatasenseException. |
WsdlDatasenseException(String message)
Constructs a
WsdlDatasenseException. |
WsdlDatasenseException(String message,
Throwable cause)
Constructs a
WsdlDatasenseException. |
WsdlDatasenseException(Throwable cause)
Constructs a
WsdlDatasenseException. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic WsdlDatasenseException()
WsdlDatasenseException.public WsdlDatasenseException(String message, Throwable cause)
WsdlDatasenseException.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 WsdlDatasenseException(String message)
WsdlDatasenseException.message - the detail message (which is saved for later retrieval by the getMessage() method).public WsdlDatasenseException(Throwable cause)
WsdlDatasenseException.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.