Module openj9.dtfj

Class MultipleCandidateException

  • All Implemented Interfaces:
    Serializable

    public class MultipleCandidateException
    extends IOException
    Thrown when there is more than one core file present in a zip file and the calling application has not specified which entry should be used.
    See Also:
    Serialized Form
    • Constructor Detail

      • MultipleCandidateException

        public MultipleCandidateException​(String arg0)
      • MultipleCandidateException

        public MultipleCandidateException​(Throwable arg0)
      • MultipleCandidateException

        public MultipleCandidateException​(String arg0,
                                          Throwable arg1)