Class OperationCanceledException

  • All Implemented Interfaces:
    java.io.Serializable

    public class OperationCanceledException
    extends java.lang.RuntimeException
    Diese Exception wird geworfen, wenn der User eine Aktion abgebrochen hat. Passiert zum Beispiel wenn er in einem Dialog den Abbrechen-Knopf drueckt, waehrend eine Aktion laeuft. Hinweis: Die Exception ist von RuntimeException abgeleitet und muss daher nicht explizit gefangen werden.
    See Also:
    Serialized Form
    • Method Summary

      • 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
    • Constructor Detail

      • OperationCanceledException

        public OperationCanceledException()
        ct.
      • OperationCanceledException

        public OperationCanceledException​(java.lang.String message)
        ct.
        Parameters:
        message -
      • OperationCanceledException

        public OperationCanceledException​(java.lang.Throwable cause)
        ct.
        Parameters:
        cause -
      • OperationCanceledException

        public OperationCanceledException​(java.lang.String message,
                                          java.lang.Throwable cause)
        ct.
        Parameters:
        message -
        cause -