org.adrabi.mysql
Class MyJException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.adrabi.mysql.MyJException
All Implemented Interfaces:
java.io.Serializable

public class MyJException
extends java.lang.Exception

Version:
0.1
Author:
ADRABI Abderrahim
See Also:
Serialized Form

Constructor Summary
MyJException()
           
MyJException(java.lang.String err)
           
 
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

MyJException

public MyJException()

MyJException

public MyJException(java.lang.String err)