Class OperationTimeoutException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.dassault_systemes.modeler.foundation.util.OperationTimeoutException
com.nomagic.magicdraw.foundation.util.OperationTimeoutException
All Implemented Interfaces:
Serializable

public class OperationTimeoutException extends com.dassault_systemes.modeler.foundation.util.OperationTimeoutException
Exception thrown when a blocking operation times out.
Version:
1.0
See Also:
  • Constructor Details

    • OperationTimeoutException

      public OperationTimeoutException()
      Creates and initializes a new OperationTimeoutException instance.
    • OperationTimeoutException

      public OperationTimeoutException(Throwable cause)
      Creates and initializes a new OperationTimeoutException instance.
      Parameters:
      cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)
    • OperationTimeoutException

      public OperationTimeoutException(String message)
      Creates and initializes a new OperationTimeoutException instance.
      Parameters:
      message - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.
    • OperationTimeoutException

      public OperationTimeoutException(String message, Throwable cause)
      Creates and initializes a new OperationTimeoutException instance.
      Parameters:
      message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method).
      cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)