Package com.solibri.smc.api.model
Class CheckingInterruptedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.solibri.smc.api.model.CheckingInterruptedException
- All Implemented Interfaces:
- Serializable
An exception that is thrown when there is an interruption in checking.
- Since:
- 9.12.7
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionCheckingInterruptedException(String message) Constructs a newCheckingInterruptedExceptionwith the specified message.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
CheckingInterruptedExceptionConstructs a newCheckingInterruptedExceptionwith the specified message.- Parameters:
- message- the exception message
- Since:
- 9.12.7
 
 
-