Package com.sun.ts.lib.util.sec.misc
Class InvalidJarIndexException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sun.ts.lib.util.sec.misc.InvalidJarIndexException
- All Implemented Interfaces:
- Serializable
Thrown if the URLClassLoader finds the INDEX.LIST file of a jar file contains incorrect information.
- Since:
- 1.3
- Author:
- Zhenghua Li
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionConstructs anInvalidJarIndexExceptionwith no detail message.Constructs anInvalidJarIndexExceptionwith the specified detail message.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
InvalidJarIndexExceptionpublic InvalidJarIndexException()Constructs anInvalidJarIndexExceptionwith no detail message.
- 
InvalidJarIndexExceptionConstructs anInvalidJarIndexExceptionwith the specified detail message.- Parameters:
- s- the detail message.
 
 
-