org.apache.xml.security.keys.storage
Class StorageResolverException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.xml.security.exceptions.XMLSecurityException
org.apache.xml.security.keys.storage.StorageResolverException
- All Implemented Interfaces:
- Serializable
public class StorageResolverException
- extends XMLSecurityException
- See Also:
- Serialized Form
StorageResolverException
public StorageResolverException()
- Constructor StorageResolverException
StorageResolverException
public StorageResolverException(String msgID)
- Constructor StorageResolverException
- Parameters:
msgID -
StorageResolverException
public StorageResolverException(String msgID,
Object[] exArgs)
- Constructor StorageResolverException
- Parameters:
msgID - exArgs -
StorageResolverException
public StorageResolverException(String msgID,
Exception originalException)
- Constructor StorageResolverException
- Parameters:
msgID - originalException -
StorageResolverException
public StorageResolverException(String msgID,
Object[] exArgs,
Exception originalException)
- Constructor StorageResolverException
- Parameters:
msgID - exArgs - originalException -
Copyright © 2000–2014 The Apache Software Foundation. All rights reserved.