public class CantStartException
extends java.lang.Exception
Constructor and Description |
---|
CantStartException()
Creates a new instance of
AlgorithmCantStartException without detail message. |
CantStartException(java.lang.String msg)
Constructs an instance of
AlgorithmCantStartException with the specified detail message. |
public CantStartException()
AlgorithmCantStartException
without detail message.public CantStartException(java.lang.String msg)
AlgorithmCantStartException
with the specified detail message.msg
- the detail message.