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.