public final class Bounds extends UserException
Constructor and Description |
---|
Bounds()
Constructs an
Bounds with no specified detail message. |
Bounds(String reason)
Constructs an
Bounds with the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public Bounds()
Bounds
with no specified detail message.public Bounds(String reason)
Bounds
with the specified detail message.reason
- the detail message.Copyright © 2021 JBoss by Red Hat. All rights reserved.