Class ForkException

  • All Implemented Interfaces:
    Serializable

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

      • ForkException

        public ForkException()
        Creates a new instance.
      • ForkException

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

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

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