com.kuka.roboticsAPI.concurrencyModel
Class ConcurrencyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.kuka.roboticsAPI.concurrencyModel.ConcurrencyException
All Implemented Interfaces:
Serializable

public class ConcurrencyException
extends RuntimeException

Used for concurrent exceptions.

See Also:
Serialized Form
This element is not in its final state and might change in future versions.

Constructor Summary
ConcurrencyException(String message)
          Creates a new concurrent exception.
ConcurrencyException(Throwable cause)
          Creates a new concurrent exception.
 
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

ConcurrencyException

public ConcurrencyException(Throwable cause)
Creates a new concurrent exception.

Parameters:
cause - The cause of the exception.
This element is not in its final state and might change in future versions.

ConcurrencyException

public ConcurrencyException(String message)
Creates a new concurrent exception.

Parameters:
message - The message for the exception.
This element is not in its final state and might change in future versions.


Copyright © 2019. All rights reserved.