Class OptionsLockAcquisitionException

  • All Implemented Interfaces:
    java.io.Serializable

    @OpenApiAll
    public class OptionsLockAcquisitionException
    extends java.lang.Exception
    An exception that is thrown to signal that a required options could not be locked
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String options  
      private static long serialVersionUID  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getOptions()
      Gets the options that could not be locked
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • options

        private final java.lang.String options
    • Constructor Detail

      • OptionsLockAcquisitionException

        public OptionsLockAcquisitionException​(java.lang.String options)
        Creates new instance of OptionsLockAcquisitionException
        Parameters:
        options - the options that could not be locked
    • Method Detail

      • getOptions

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