public class TrustException
extends java.security.GeneralSecurityException
| Constructor and Description | 
|---|
| TrustException(java.lang.String message)Constructs a new  TrustExceptioninstance with the specified
 detailed reason message. | 
| TrustException(java.lang.String message,
              java.lang.Throwable cause)Constructs a new  TrustExceptioninstance with the specified
 detailed reason message. | 
public TrustException(java.lang.String message)
TrustException instance with the specified
 detailed reason message. The error message string message can
 later be retrieved by the getMessage
 method.message - the detail message (which is saved for later retrieval by
 the getMessage() method)public TrustException(java.lang.String message,
                      java.lang.Throwable cause)
TrustException instance with the specified
 detailed reason message. The error message string message can
 later be retrieved by the getMessage
 method.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)