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
- Author:
- $Author$
- See Also:
-
Field Summary
Fields inherited from class org.apache.xml.security.exceptions.XMLSecurityException
msgID, originalException
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor StorageResolverExceptionStorageResolverException
(String _msgID) Constructor StorageResolverExceptionStorageResolverException
(String _msgID, Exception _originalException) Constructor StorageResolverExceptionStorageResolverException
(String _msgID, Object[] exArgs) Constructor StorageResolverExceptionStorageResolverException
(String _msgID, Object[] exArgs, Exception _originalException) Constructor StorageResolverException -
Method Summary
Methods inherited from class org.apache.xml.security.exceptions.XMLSecurityException
getMsgID, getOriginalException, printStackTrace, printStackTrace, printStackTrace, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace
-
Constructor Details
-
StorageResolverException
public StorageResolverException()Constructor StorageResolverException -
StorageResolverException
Constructor StorageResolverException- Parameters:
_msgID
-
-
StorageResolverException
Constructor StorageResolverException- Parameters:
_msgID
-exArgs
-
-
StorageResolverException
Constructor StorageResolverException- Parameters:
_msgID
-_originalException
-
-
StorageResolverException
Constructor StorageResolverException- Parameters:
_msgID
-exArgs
-_originalException
-
-