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