com.redstarhackers.jdbc
Class ProcessingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.redstarhackers.jdbc.ProcessingException
All Implemented Interfaces:
java.io.Serializable

public class ProcessingException
extends java.lang.Exception

TODO Class summary sentence. Class documentation.

Version:
$Revision: 1076 $
Author:
$Author: kostya $
See Also:
Serialized Form

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

ProcessingException

public ProcessingException()

ProcessingException

public ProcessingException(java.lang.String message)
Parameters:
message -

ProcessingException

public ProcessingException(java.lang.String message,
                           java.lang.Throwable cause)
Parameters:
message -
cause -

ProcessingException

public ProcessingException(java.lang.Throwable cause)
Parameters:
cause -