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

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.apache.xml.security.exceptions.XMLSecurityException
                    |
                    +--org.apache.xml.security.keys.keyresolver.InvalidKeyResolverException
All Implemented Interfaces:
java.io.Serializable

public class InvalidKeyResolverException
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
InvalidKeyResolverException()
          Constructor InvalidKeyResolverException
InvalidKeyResolverException(java.lang.String msgID)
          Constructor InvalidKeyResolverException
InvalidKeyResolverException(java.lang.String msgID, java.lang.Exception originalException)
          Constructor InvalidKeyResolverException
InvalidKeyResolverException(java.lang.String msgID, java.lang.Object[] exArgs)
          Constructor InvalidKeyResolverException
InvalidKeyResolverException(java.lang.String msgID, java.lang.Object[] exArgs, java.lang.Exception originalException)
          Constructor InvalidKeyResolverException
 
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

InvalidKeyResolverException

public InvalidKeyResolverException()
Constructor InvalidKeyResolverException


InvalidKeyResolverException

public InvalidKeyResolverException(java.lang.String msgID)
Constructor InvalidKeyResolverException

Parameters:
msgID -

InvalidKeyResolverException

public InvalidKeyResolverException(java.lang.String msgID,
                                   java.lang.Object[] exArgs)
Constructor InvalidKeyResolverException

Parameters:
msgID -
exArgs -

InvalidKeyResolverException

public InvalidKeyResolverException(java.lang.String msgID,
                                   java.lang.Exception originalException)
Constructor InvalidKeyResolverException

Parameters:
msgID -
originalException -

InvalidKeyResolverException

public InvalidKeyResolverException(java.lang.String msgID,
                                   java.lang.Object[] exArgs,
                                   java.lang.Exception originalException)
Constructor InvalidKeyResolverException

Parameters:
msgID -
exArgs -
originalException -