Class PepperInActionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.corpus_tools.pepper.exceptions.PepperException
-
- org.corpus_tools.pepper.exceptions.PepperInActionException
-
- All Implemented Interfaces:
Serializable
public class PepperInActionException extends PepperException
ThisPepperExceptionis 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 Summary
Constructors Constructor Description PepperInActionException()PepperInActionException(String s)PepperInActionException(String s, Throwable ex)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-