public class BeanTestException extends RuntimeException
| Constructor and Description |
|---|
BeanTestException(String message)
Construct a new Bean Test Exception with the specified message.
|
BeanTestException(String message,
Throwable cause)
Construct a new Bean Test Exception with the specified message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BeanTestException(String message)
message - A human-readable String message describing the problem that occurred.Copyright © 2010–2020 meanbean. All rights reserved.