public class WSTrustSOAPFaultException extends RuntimeException
| Constructor and Description |
|---|
WSTrustSOAPFaultException(String message,
Throwable cause,
QName faultCode,
String faultString)
Creates a new instance of WSTrustSOAPFaultException
|
| Modifier and Type | Method and Description |
|---|---|
QName |
getFaultCode()
Get the FaultCode (QName) for this exception
|
String |
getFaultString()
Get the FaultString for this exception
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final QName WS_TRUST_INVALID_REQUEST_FAULT
public static final QName WS_TRUST_FAILED_AUTHENTICATION_FAULT
public static final QName WS_TRUST_REQUEST_FAILED_FAULT
public static final QName WS_TRUST_INVALID_SECURITYTOKEN_FAULT
public static final QName WS_TRUST_AUTHENTICATION_BAD_ELEMENTS_FAULT
public static final QName WS_TRUST_EXPIRED_DATA_FAULT
public static final QName WS_TRUST_INVALID_TIMERANGE_FAULT
public static final QName WS_TRUST_INVALID_SCOPE_FAULT
public static final QName WS_TRUST_RENEW_NEEDED_FAULT
public static final QName WS_TRUST_UNABLE_TO_RENEW_FAULT
public static final QName WS_TRUST_BAD_REQUEST_FAULT
public static final String WS_TRUST_INVALID_REQUEST_FAULTSTRING
public static final String WS_TRUST_FAILED_AUTHENTICATION_FAULTSTRING
public static final String WS_TRUST_REQUEST_FAILED_FAULTSTRING
public static final String WS_TRUST_INVALID_SECURITYTOKEN_FAULTSTRING
public static final String WS_TRUST_AUTHENTICATION_BAD_ELEMENTS_FAULTSTRING
public static final String WS_TRUST_BAD_REQUEST_FAULTSTRING
public static final String WS_TRUST_EXPIRED_DATA_FAULTSTRING
public static final String WS_TRUST_INVALID_TIMERANGE_FAULTSTRING
public static final String WS_TRUST_INVALID_SCOPE_FAULTSTRING
public static final String WS_TRUST_RENEW_NEEDED_FAULTSTRING
public static final String WS_TRUST_UNABLE_TO_RENEW_FAULTSTRING
Copyright © 2005–2018 Oracle Corporation. All rights reserved.