net.sf.jack4j
Class JackException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.jack4j.JackException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
JackSimpleException

public abstract class JackException
extends java.lang.Exception

Exception thrown by JackBridge.

Author:
repa
See Also:
Serialized Form

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

JackException

public JackException()

JackException

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

JackException

public JackException(java.lang.String message)

JackException

public JackException(java.lang.Throwable cause)


Copyright © 2008 Ondrej Par. All Rights Reserved.