public class AlgorithmIdentifierException
extends java.lang.Exception
| Constructor and Description |
|---|
AlgorithmIdentifierException()
Creates a new
AlgorithmIdentifierException with no detail message. |
AlgorithmIdentifierException(java.lang.String s)
Creates a new
AlgorithmIdentifierException with the specified detail message. |
AlgorithmIdentifierException(java.lang.String message, java.lang.Throwable cause) |
AlgorithmIdentifierException(java.lang.Throwable cause) |
public AlgorithmIdentifierException(java.lang.String message,
java.lang.Throwable cause)
public AlgorithmIdentifierException(java.lang.Throwable cause)
public AlgorithmIdentifierException()
AlgorithmIdentifierException with no detail message.public AlgorithmIdentifierException(java.lang.String s)
AlgorithmIdentifierException with the specified detail message.