Class OctaveInterruptedException

    • Constructor Detail

      • OctaveInterruptedException

        public OctaveInterruptedException()
        Constructor.
        See Also:
        Throwable
      • OctaveInterruptedException

        public OctaveInterruptedException​(String message)
        Constructor.
        Parameters:
        message -
        See Also:
        Throwable
      • OctaveInterruptedException

        public OctaveInterruptedException​(Throwable cause)
        Constructor.
        Parameters:
        cause -
        See Also:
        Throwable
      • OctaveInterruptedException

        public OctaveInterruptedException​(String message,
                                          Throwable cause)
        Constructor.
        Parameters:
        message -
        cause -
        See Also:
        Throwable