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