Class PepperModuleNotReadyException

  • All Implemented Interfaces:
    Serializable

    public class PepperModuleNotReadyException
    extends PepperModuleException
    This PepperException is thrown only by a PepperModule and marks, that the module is not ready for the requested action. For instance if it has not been initialized.
    Author:
    florian
    See Also:
    Serialized Form
    • Constructor Detail

      • PepperModuleNotReadyException

        public PepperModuleNotReadyException()
      • PepperModuleNotReadyException

        public PepperModuleNotReadyException​(String s)
      • PepperModuleNotReadyException

        public PepperModuleNotReadyException​(String s,
                                             Throwable ex)