com.kuka.task
Class IllegalTaskStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.kuka.task.IllegalTaskStateException
- All Implemented Interfaces:
- Serializable
public class IllegalTaskStateException
- extends RuntimeException
Signals that a method has been invoked on a task instance while it was in an inappropriate state.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IllegalTaskStateException
public IllegalTaskStateException(String message)
- Constructs a new exception with an error message.
- Parameters:
message - Descriptive message.
Copyright © 2019. All rights reserved.