org.apache.xml.security.keys.keyresolver
Class KeyResolverException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.xml.security.exceptions.XMLSecurityException
org.apache.xml.security.keys.keyresolver.KeyResolverException
- All Implemented Interfaces:
- java.io.Serializable
public class KeyResolverException
- extends XMLSecurityException
- Author:
- $Author: raul $
- See Also:
- Serialized Form
Constructor Summary |
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 |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
KeyResolverException
public KeyResolverException()
- Constructor KeyResolverException
KeyResolverException
public KeyResolverException(java.lang.String _msgID)
- Constructor KeyResolverException
- Parameters:
_msgID
-
KeyResolverException
public KeyResolverException(java.lang.String _msgID,
java.lang.Object[] exArgs)
- Constructor KeyResolverException
- Parameters:
_msgID
- exArgs
-
KeyResolverException
public KeyResolverException(java.lang.String _msgID,
java.lang.Exception _originalException)
- Constructor KeyResolverException
- Parameters:
_msgID
- _originalException
-
KeyResolverException
public KeyResolverException(java.lang.String _msgID,
java.lang.Object[] exArgs,
java.lang.Exception _originalException)
- Constructor KeyResolverException
- Parameters:
_msgID
- exArgs
- _originalException
-
Copyright © 2000-2014 The Apache Software Foundation. All Rights Reserved.