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