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 Summary
ConstructorsConstructorDescriptionConstructs anInvalidJarIndexException
with no detail message.Constructs anInvalidJarIndexException
with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidJarIndexException
public InvalidJarIndexException()Constructs anInvalidJarIndexException
with no detail message. -
InvalidJarIndexException
Constructs anInvalidJarIndexException
with the specified detail message.- Parameters:
s
- the detail message.
-