org.joone.exception
Class JooneException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.joone.exception.JooneException
All Implemented Interfaces:
java.io.Serializable

public class JooneException
extends java.lang.Exception

This is a wrapper class for the RuntimeException thrown by the application.

Author:
tsmets
See Also:
Exception, Serialized Form

Constructor Summary
JooneException()
          Constructor for JooneException.
JooneException(java.lang.String s)
          Constructor for JooneException.
 
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

JooneException

public JooneException()
Constructor for JooneException.


JooneException

public JooneException(java.lang.String s)
Constructor for JooneException.

Parameters:
s -


Submit Feedback to pmarrone@users.sourceforge.net