Save This Page
Home » rampart-dist-1.4-src » org.apache » rahas » [javadoc | source]
org.apache.rahas
public class: TrustException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         org.apache.rahas.TrustException

All Implemented Interfaces:
    Serializable

Field Summary
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     
Fields inherited from java.lang.Exception:
serialVersionUID
Constructor:
 public TrustException(String faultCode) 
 public TrustException(String faultCode,
    Object[] args) 
 public TrustException(String faultCode,
    Throwable e) 
 public TrustException(String faultCode,
    Object[] args,
    Throwable e) 
Method from org.apache.rahas.TrustException Summary:
getFaultCode,   getFaultString,   getMessage
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.rahas.TrustException Detail:
 protected String getFaultCode() 
 protected String getFaultString() 
 protected static String getMessage(String faultCode,
    Object[] args) 
    get the message from resource bundle.