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