com.digisigner.api.exception
Class AlgorithmNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.digisigner.api.exception.DigiRuntimeException
com.digisigner.api.exception.AlgorithmNotSupportedException
- All Implemented Interfaces:
- Serializable
public class AlgorithmNotSupportedException
- extends DigiRuntimeException
This runtime exception is thrown during the signing process,
if the chosen hash algorithm is not supported by the key store you
are using. Currently is thrown only in the case of Windows key store.
- Author:
- DigiSigner Software
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AlgorithmNotSupportedException
public AlgorithmNotSupportedException()
AlgorithmNotSupportedException
public AlgorithmNotSupportedException(String message,
Throwable cause)
AlgorithmNotSupportedException
public AlgorithmNotSupportedException(String message)
AlgorithmNotSupportedException
public AlgorithmNotSupportedException(Throwable cause)