Searched refs:InvalidKeyResolverException (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/keys/keyresolver/
H A DInvalidKeyResolverException.java33 public class InvalidKeyResolverException extends XMLSecurityException { class in inherits:XMLSecurityException
41 * Constructor InvalidKeyResolverException
44 public InvalidKeyResolverException() { method in class:InvalidKeyResolverException
49 * Constructor InvalidKeyResolverException
53 public InvalidKeyResolverException(String _msgID) { method in class:InvalidKeyResolverException
58 * Constructor InvalidKeyResolverException
63 public InvalidKeyResolverException(String _msgID, Object exArgs[]) { method in class:InvalidKeyResolverException
68 * Constructor InvalidKeyResolverException
73 public InvalidKeyResolverException(String _msgID, method in class:InvalidKeyResolverException
79 * Constructor InvalidKeyResolverException
85 public InvalidKeyResolverException(String _msgID, Object exArgs[], method in class:InvalidKeyResolverException
[all...]

Completed in 30 milliseconds