Class BeanClassScanException

All Implemented Interfaces:
Serializable

public class BeanClassScanException extends BeanException
The Class BeanClassScanException.
See Also:
  • Constructor Details

    • BeanClassScanException

      public BeanClassScanException()
      Simple constructor.
    • BeanClassScanException

      public BeanClassScanException(String msg)
      Constructor to create exception with a message.
      Parameters:
      msg - a message to associate with the exception
    • BeanClassScanException

      public BeanClassScanException(Throwable cause)
      Constructor to create exception to wrap another exception.
      Parameters:
      cause - the real cause of the exception
    • BeanClassScanException

      public BeanClassScanException(String msg, Throwable cause)
      Constructor to create exception to wrap another exception and pass a message.
      Parameters:
      msg - a message to associate with the exception
      cause - the real cause of the exception