gateway
Class InvalidJarException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--gateway.InvalidJarException

public class InvalidJarException
extends Exception

Thrown if the JAR is not correctly signed.

See Also:
Serialized Form

Constructor Summary
InvalidJarException()
          Constructs an InvalidJarException without a detail message.
InvalidJarException(String s)
          Constructs an invalidException with a detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidJarException

public InvalidJarException()
Constructs an InvalidJarException without a detail message.

InvalidJarException

public InvalidJarException(String s)
Constructs an invalidException with a detail message.
Parameters:
s - the detail message.