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: raul $
- See Also:
- Serialized Form
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 |
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
-
Copyright © 2000-2011 The Apache Software Foundation. All Rights Reserved.