org.apache.xml.security.keys.keyresolver
public class KeyResolverException extends XMLSecurityException
msgID, originalException
Constructor and Description |
---|
KeyResolverException()
Constructor KeyResolverException
|
KeyResolverException(java.lang.String _msgID)
Constructor KeyResolverException
|
KeyResolverException(java.lang.String _msgID,
java.lang.Exception _originalException)
Constructor KeyResolverException
|
KeyResolverException(java.lang.String _msgID,
java.lang.Object[] exArgs)
Constructor KeyResolverException
|
KeyResolverException(java.lang.String _msgID,
java.lang.Object[] exArgs,
java.lang.Exception _originalException)
Constructor KeyResolverException
|
getMsgID, getOriginalException, printStackTrace, printStackTrace, printStackTrace, toString
public KeyResolverException()
public KeyResolverException(java.lang.String _msgID)
_msgID
- public KeyResolverException(java.lang.String _msgID, java.lang.Object[] exArgs)
_msgID
- exArgs
- public KeyResolverException(java.lang.String _msgID, java.lang.Exception _originalException)
_msgID
- _originalException
- public KeyResolverException(java.lang.String _msgID, java.lang.Object[] exArgs, java.lang.Exception _originalException)
_msgID
- exArgs
- _originalException
- Copyright © 2000-2015 The Apache Software Foundation. All Rights Reserved.