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

public class InvalidJarIndexException extends RuntimeException
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 Details

    • InvalidJarIndexException

      public InvalidJarIndexException()
      Constructs an InvalidJarIndexException with no detail message.
    • InvalidJarIndexException

      public InvalidJarIndexException(String s)
      Constructs an InvalidJarIndexException with the specified detail message.
      Parameters:
      s - the detail message.