- 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MultipleCandidateException(String arg0)
MultipleCandidateException(String arg0, Throwable arg1)
MultipleCandidateException(Throwable arg0)
MultipleCandidateException(List<ManagedImageSource> candidates, File file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ManagedImageSource>
getCandidates()
File
getFile()
-
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MultipleCandidateException
public MultipleCandidateException(List<ManagedImageSource> candidates, File file)
-
MultipleCandidateException
public MultipleCandidateException(String arg0)
-
MultipleCandidateException
public MultipleCandidateException(Throwable arg0)
-
-
Method Detail
-
getCandidates
public List<ManagedImageSource> getCandidates()
-
getFile
public File getFile()
-
-