public class BeanClassScanFailedException extends BeanException
Constructor and Description |
---|
BeanClassScanFailedException()
Simple constructor.
|
BeanClassScanFailedException(String msg)
Constructor to create exception with a message.
|
BeanClassScanFailedException(String msg,
Throwable cause)
Constructor to create exception to wrap another exception and pass a message.
|
BeanClassScanFailedException(Throwable cause)
Constructor to create exception to wrap another exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public BeanClassScanFailedException()
public BeanClassScanFailedException(String msg)
msg
- a message to associate with the exceptionpublic BeanClassScanFailedException(Throwable cause)
cause
- the real cause of the exceptionCopyright © 2008–2017 Aspectran.com. All rights reserved.