Module openj9.dtfj

Class MultipleCandidateException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.ibm.dtfj.utils.file.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:
  • Constructor Details

    • MultipleCandidateException

      public MultipleCandidateException(List<ManagedImageSource> candidates, File file)
    • MultipleCandidateException

      public MultipleCandidateException(String arg0)
    • MultipleCandidateException

      public MultipleCandidateException(Throwable arg0)
    • MultipleCandidateException

      public MultipleCandidateException(String arg0, Throwable arg1)
  • Method Details