Constructors Summary |
---|
public UnsupportedPolicyAssertion()Creates a new instance of UnsupportedPolicyAssertion
|
public UnsupportedPolicyAssertion(String msg)
super(msg);
|
public UnsupportedPolicyAssertion(String msg, Throwable exp)
super(msg,exp);
|
public UnsupportedPolicyAssertion(Throwable exp)
super(exp);
|