public class HeuristicMixedException extends Exception
| Constructor and Description |
|---|
HeuristicMixedException()
Creates a new
HeuristicMixedException without a
detail message. |
HeuristicMixedException(String msg)
Constructs an
HeuristicMixedException with the
specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic HeuristicMixedException()
HeuristicMixedException without a
detail message.public HeuristicMixedException(String msg)
HeuristicMixedException with the
specified detail message.msg - the detail message.Copyright © 2013 JBoss by Red Hat. All Rights Reserved.