Class PepperInActionException

  • All Implemented Interfaces:
    Serializable

    public class PepperInActionException
    extends PepperException
    This PepperException is thrown if a calling method tries to start a new process or an action or tries to get access to a resource, but it currently is in action and therefore can not be accessed. Normally this exception means, that the caller should try it again later on.
    Author:
    Florian Zipser
    See Also:
    Serialized Form
    • Constructor Detail

      • PepperInActionException

        public PepperInActionException()
      • PepperInActionException

        public PepperInActionException​(String s)
      • PepperInActionException

        public PepperInActionException​(String s,
                                       Throwable ex)