Package ipsk.awt

Class WorkerException

  • All Implemented Interfaces:
    java.io.Serializable

    public class WorkerException
    extends java.lang.Exception
    Exception during work progress.
    Author:
    Klaus Jaensch
    See Also:
    Worker, Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
    • Constructor Detail

      • WorkerException

        public WorkerException()
      • WorkerException

        public WorkerException​(java.lang.String message)
      • WorkerException

        public WorkerException​(java.lang.Throwable cause)
      • WorkerException

        public WorkerException​(java.lang.String message,
                               java.lang.Throwable cause)