public class AlgorithmAbortedException extends RuntimeException
Constructor and Description |
---|
AlgorithmAbortedException()
Creates a new instance of
AlgorithmAbortedException with no detail message. |
AlgorithmAbortedException(String msg)
Creates a new instance of
AlgorithmAbortedException with the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AlgorithmAbortedException()
AlgorithmAbortedException
with no detail message.public AlgorithmAbortedException(String msg)
AlgorithmAbortedException
with the specified detail message.msg
- the detail message