com.digisigner.api.exception
Class AlgorithmNotSupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.digisigner.api.exception.DigiRuntimeException
                  extended by 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

Constructor Summary
AlgorithmNotSupportedException()
           
AlgorithmNotSupportedException(String message)
           
AlgorithmNotSupportedException(String message, Throwable cause)
           
AlgorithmNotSupportedException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AlgorithmNotSupportedException

public AlgorithmNotSupportedException()

AlgorithmNotSupportedException

public AlgorithmNotSupportedException(String message,
                                      Throwable cause)

AlgorithmNotSupportedException

public AlgorithmNotSupportedException(String message)

AlgorithmNotSupportedException

public AlgorithmNotSupportedException(Throwable cause)