Class CheckingInterruptedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.solibri.smc.api.model.CheckingInterruptedException
All Implemented Interfaces:
Serializable

public class CheckingInterruptedException extends Exception
An exception that is thrown when there is an interruption in checking.
Since:
9.12.7
See Also:
Serialized Form
  • Constructor Details

    • CheckingInterruptedException

      public CheckingInterruptedException(String message)
      Constructs a new CheckingInterruptedException with the specified message.
      Parameters:
      message - the exception message
      Since:
      9.12.7