jodd.jtx
Class JtxException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by jodd.util.UncheckedException
                  extended by jodd.jtx.JtxException
All Implemented Interfaces:
java.io.Serializable

public class JtxException
extends jodd.util.UncheckedException

JTX unchecked exception.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class jodd.util.UncheckedException
cause, CAUSE_DIV, causeDetails
 
Constructor Summary
JtxException()
           
JtxException(java.lang.String message)
           
JtxException(java.lang.String message, java.lang.Throwable t)
           
JtxException(java.lang.Throwable t)
           
 
Method Summary
 
Methods inherited from class jodd.util.UncheckedException
getCause, getMessage, printStackTrace, printStackTrace, printStackTrace, rethrow, wrap, wrap, wrapChecked
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JtxException

public JtxException(java.lang.Throwable t)

JtxException

public JtxException()

JtxException

public JtxException(java.lang.String message)

JtxException

public JtxException(java.lang.String message,
                    java.lang.Throwable t)


Copyright ©2008 Jodd Team