public class TrustException extends Exception
Modifier and Type | Field and Description |
---|---|
static String |
AUTHENTICATION_BAD_ELEMENTS |
static String |
BAD_REQUEST |
static String |
EXPIRED_DATA |
static String |
FAILED_AUTHENTICATION |
static String |
INVALID_REQUEST |
static String |
INVALID_SCOPE |
static String |
INVALID_SECURITY_TOKEN |
static String |
INVALID_TIME_RANGE |
static String |
RENEW_NEEDED |
static String |
REQUEST_FAILED |
static String |
UNABLE_TO_RENEW |
Constructor and Description |
---|
TrustException(String faultCode) |
TrustException(String faultCode,
Object[] args) |
TrustException(String faultCode,
Object[] args,
Throwable e) |
TrustException(String faultCode,
Throwable e) |
Modifier and Type | Method and Description |
---|---|
protected String |
getFaultCode() |
protected String |
getFaultString() |
protected static String |
getMessage(String faultCode,
Object[] args)
get the message from resource bundle.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final String INVALID_REQUEST
public static final String FAILED_AUTHENTICATION
public static final String REQUEST_FAILED
public static final String INVALID_SECURITY_TOKEN
public static final String AUTHENTICATION_BAD_ELEMENTS
public static final String BAD_REQUEST
public static final String EXPIRED_DATA
public static final String INVALID_TIME_RANGE
public static final String INVALID_SCOPE
public static final String RENEW_NEEDED
public static final String UNABLE_TO_RENEW
public TrustException(String faultCode)
protected static String getMessage(String faultCode, Object[] args)
protected String getFaultCode()
protected String getFaultString()
Copyright © Apache Software Foundation. All Rights Reserved.