com.redstarhackers.jdbc
Class ProcessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.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
| 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 |
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 -