com.kuka.task
Class IllegalTaskStateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
IllegalTaskStateException(String message)
          Constructs a new exception with an error message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalTaskStateException

public IllegalTaskStateException(String message)
Constructs a new exception with an error message.

Parameters:
message - Descriptive message.


Copyright © 2019. All rights reserved.