public class WebTrustAssociationFailedException extends WebTrustAssociationException
Constructor and Description |
---|
WebTrustAssociationFailedException()
Create a new WebTrustAssociationFailedException with an empty description string.
|
WebTrustAssociationFailedException(java.lang.String msg)
Create a new WebTrustAssociationFailedException with the associated string description.
|
public WebTrustAssociationFailedException()
public WebTrustAssociationFailedException(java.lang.String msg)
message
- the String describing the exception.