Class ExtensionNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ExtensionNotFoundException
    extends JaloSystemException
    An exception which describes the fact that a requested extension was not found by the extension manager or was not installed properly.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ExtensionNotFoundException​(java.lang.String message, int vendorCode)
      Constructor ExtensionNotFoundException
    • Method Summary

      • Methods inherited from class java.lang.Throwable

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

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

      • ExtensionNotFoundException

        public ExtensionNotFoundException​(java.lang.String message,
                                          int vendorCode)
        Constructor ExtensionNotFoundException
        Parameters:
        message - the message describing the problem
        vendorCode - a vendor specific error code.