Class MultipleCandidateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.ibm.dtfj.utils.file.MultipleCandidateException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorDescriptionMultipleCandidateException
(String arg0, Throwable arg1) MultipleCandidateException
(List<ManagedImageSource> candidates, File file) -
Method Summary
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MultipleCandidateException
-
MultipleCandidateException
-
MultipleCandidateException
-
MultipleCandidateException
-
-
Method Details
-
getCandidates
-
getFile
-