public class InterruptedEngineException extends EngineException
An InterruptedEngineException is thrown by various methods of classes in the Engine Client SDK if the thread calling is interrupted. The operation may or may not occur and may or may not have completed. It does not mean that there is a problem with the connection to the engine.
Constructor and Description |
---|
InterruptedEngineException(java.lang.String msg)
Create a simple exception with the given message.
|
InterruptedEngineException(java.lang.String msg,
java.lang.Throwable wrappedException)
Create a compound exception with the given message and that references the given exception.
|
InterruptedEngineException(java.lang.Throwable t)
Create a compound exception that references the given exception.
|
getWarnings, getWrappedException
getCause, getNestedException, getRootCause, hasNestedException
public InterruptedEngineException(java.lang.String msg)
msg
- the message for the new exception.public InterruptedEngineException(java.lang.Throwable t)
t
- the exception to be wrapped.public InterruptedEngineException(java.lang.String msg, java.lang.Throwable wrappedException)
msg
- the message for the new exception.wrappedException
- the exception to be wrapped.Submit a bug or feature
Copyright (c) 2013-2022 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors. Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.