Constructors Summary |
---|
public AlgorithmAlreadyRegisteredException()Constructor AlgorithmAlreadyRegisteredException
super();
|
public AlgorithmAlreadyRegisteredException(String _msgID)Constructor AlgorithmAlreadyRegisteredException
super(_msgID);
|
public AlgorithmAlreadyRegisteredException(String _msgID, Object[] exArgs)Constructor AlgorithmAlreadyRegisteredException
super(_msgID, exArgs);
|
public AlgorithmAlreadyRegisteredException(String _msgID, Exception _originalException)Constructor AlgorithmAlreadyRegisteredException
super(_msgID, _originalException);
|
public AlgorithmAlreadyRegisteredException(String _msgID, Object[] exArgs, Exception _originalException)Constructor AlgorithmAlreadyRegisteredException
super(_msgID, exArgs, _originalException);
|