org.apache.xml.security.keys.keyresolver
Class KeyResolverException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.xml.security.exceptions.XMLSecurityException
              extended byorg.apache.xml.security.keys.keyresolver.KeyResolverException
All Implemented Interfaces:
java.io.Serializable

public class KeyResolverException
extends XMLSecurityException

Author:
$Author: raul $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.xml.security.exceptions.XMLSecurityException
msgID, originalException
 
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 org.apache.xml.security.exceptions.XMLSecurityException
getMsgID, getOriginalException, printStackTrace, printStackTrace, printStackTrace, toString
 
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
 

Constructor Detail

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 -