Package org.apache.rahas
Class TrustException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.rahas.TrustException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionTrustException
(String faultCode) TrustException
(String faultCode, Object[] args) TrustException
(String faultCode, Object[] args, Throwable e) TrustException
(String faultCode, Throwable e) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
INVALID_REQUEST
- See Also:
-
FAILED_AUTHENTICATION
- See Also:
-
REQUEST_FAILED
- See Also:
-
INVALID_SECURITY_TOKEN
- See Also:
-
AUTHENTICATION_BAD_ELEMENTS
- See Also:
-
BAD_REQUEST
- See Also:
-
EXPIRED_DATA
- See Also:
-
INVALID_TIME_RANGE
- See Also:
-
INVALID_SCOPE
- See Also:
-
RENEW_NEEDED
- See Also:
-
UNABLE_TO_RENEW
- See Also:
-
-
Constructor Details
-
TrustException
-
TrustException
-
TrustException
-
TrustException
-
-
Method Details
-
getMessage
get the message from resource bundle.- Returns:
- the message translated from the property (message) file.
-
getFaultCode
- Returns:
- Returns the faultCode.
-
getFaultString
- Returns:
- Returns the faultString.
-