Class BeanNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public class BeanNotFoundException
    extends BeanException
    The Class BeanNotFoundException.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      BeanNotFoundException​(java.lang.String beanId)
      Instantiates a new BeanNotFoundException.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getBeanId()
      Gets the bean id.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • BeanNotFoundException

        public BeanNotFoundException​(java.lang.String beanId)
        Instantiates a new BeanNotFoundException.
        Parameters:
        beanId - the bean id
    • Method Detail

      • getBeanId

        public java.lang.String getBeanId()
        Gets the bean id.
        Returns:
        the bean id