net.sf.jpackit.exception
Class NotJarExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.jpackit.exception.NotJarExecutionException
All Implemented Interfaces:
java.io.Serializable

public class NotJarExecutionException
extends java.lang.Exception

Exception indicating that application was started not as jar file (i.e not as 'java -jar app.jar')

Version:
$Id: NotJarExecutionException.java,v 1.1 2005/01/14 08:39:11 ignath Exp $
Author:
Ignat Aleksandrov
See Also:
Serialized Form

Constructor Summary
NotJarExecutionException()
           
NotJarExecutionException(java.lang.String message)
           
NotJarExecutionException(java.lang.String message, java.lang.Throwable cause)
           
NotJarExecutionException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotJarExecutionException

public NotJarExecutionException()

NotJarExecutionException

public NotJarExecutionException(java.lang.String message)

NotJarExecutionException

public NotJarExecutionException(java.lang.Throwable cause)

NotJarExecutionException

public NotJarExecutionException(java.lang.String message,
                                java.lang.Throwable cause)