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