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