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, toString
public UnreachableStatementException(String msg)
msg
- Detail message.public UnreachableStatementException()
Copyright © 2018 JBoss by Red Hat. All rights reserved.