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