public class UnreachableStatementException extends RuntimeException
| Constructor and Description |
|---|
UnreachableStatementException()
Construct a UnreachableStatementException with no detail.
|
UnreachableStatementException(String msg)
Construct a UnreachableStatementException with a detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnreachableStatementException(String msg)
msg - Detail message.public UnreachableStatementException()
Copyright © 2015 JBoss by Red Hat. All rights reserved.