com.kuka.roboticsAPI.concurrencyModel
Class ConcurrencyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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.
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.