de.gulden.framework.jjack

Class JJackException

public class JJackException extends Exception

Exception class used by the JJack API.

Version: 0.3

Author: Jens Gulden

Constructor Summary
JJackException()
Creates a new JJackException without message text.
JJackException(String msg)
Creates a new JJackException with a message text.

Constructor Detail

JJackException

public JJackException()
Creates a new JJackException without message text.

JJackException

public JJackException(String msg)
Creates a new JJackException with a message text.

Parameters: msg message text