public class ClassificationException
extends java.lang.Exception
Constructor and Description |
---|
ClassificationException()
Creates a new instance of
ClassificationException without detail message. |
ClassificationException(java.lang.String msg)
Constructs an instance of
ClassificationException with the specified detail message. |
ClassificationException(java.lang.String msg,
java.lang.Throwable cause)
Constructs an instance of
ClassificationException with the
specified detail message and cause. |
public ClassificationException()
ClassificationException
without detail message.public ClassificationException(java.lang.String msg)
ClassificationException
with the specified detail message.msg
- the detail message.public ClassificationException(java.lang.String msg, java.lang.Throwable cause)
ClassificationException
with the
specified detail message and cause.msg
- the detail message.cause
- the cause which is saved for later retrieval by the
Throwable.getCause()
method); a null value is
permitted, and indicates that the cause is nonexistent or
unknown