Class ForkException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ForkException
    extends java.lang.Exception
    Thrown if forking failed.
    Author:
    Rene Schneider - initial API and implementation
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ForkException()
      Creates a new instance.
      ForkException​(java.lang.String aMessage)
      Creates a new instance.
      ForkException​(java.lang.String aMessage, java.lang.Throwable aCause)
      Creates a new instance.
      ForkException​(java.lang.Throwable aCause)
      Creates a new instance.
    • 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

      • ForkException

        public ForkException()
        Creates a new instance.
      • ForkException

        public ForkException​(java.lang.String aMessage,
                             java.lang.Throwable aCause)
        Creates a new instance.
      • ForkException

        public ForkException​(java.lang.String aMessage)
        Creates a new instance.
      • ForkException

        public ForkException​(java.lang.Throwable aCause)
        Creates a new instance.