net.sf.jpackit.exception
Class JPackItException

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

public class JPackItException
extends java.lang.RuntimeException

Exception of jpackit application

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

Constructor Summary
JPackItException()
           
JPackItException(java.lang.String message)
           
JPackItException(java.lang.String message, java.lang.Throwable cause)
           
JPackItException(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

JPackItException

public JPackItException()

JPackItException

public JPackItException(java.lang.String message)

JPackItException

public JPackItException(java.lang.Throwable cause)

JPackItException

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