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: geuerp $
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 -