Class ExternalProgramTerminationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ExternalProgramTerminationException
    extends java.lang.RuntimeException
    See Also:
    Serialized Form
    • Constructor Detail

      • ExternalProgramTerminationException

        public ExternalProgramTerminationException()
      • ExternalProgramTerminationException

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

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

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

        public ExternalProgramTerminationException​(java.lang.String message,
                                                   java.lang.Throwable cause,
                                                   boolean enableSuppression,
                                                   boolean writableStackTrace)