Class ComponentLookupException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ComponentLookupException
    extends java.lang.Exception
    The exception which is thrown by a component repository when the requested component cannot be found.
    Version:
    $Id: ComponentLookupException.java 4796 2006-11-23 21:24:11Z jvanzyl $
    Author:
    Jason van Zyl
    See Also:
    Serialized Form
    • Method Summary

      • 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

      • ComponentLookupException

        public ComponentLookupException​(java.lang.String message)
      • ComponentLookupException

        public ComponentLookupException​(java.lang.String message,
                                        java.lang.Throwable cause)