Class OptionsLockAcquisitionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.nomagic.magicdraw.teamwork2.locks.OptionsLockAcquisitionException
All Implemented Interfaces:
Serializable

@OpenApiAll public class OptionsLockAcquisitionException extends Exception
An exception that is thrown to signal that a required options could not be locked
See Also:
  • Constructor Details

    • OptionsLockAcquisitionException

      public OptionsLockAcquisitionException(String options)
      Creates new instance of OptionsLockAcquisitionException
      Parameters:
      options - the options that could not be locked
  • Method Details

    • getOptions

      public String getOptions()
      Gets the options that could not be locked
      Returns:
      the options