pgbennett.jampal
Class JampalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by pgbennett.jampal.JampalException
All Implemented Interfaces:
java.io.Serializable

public class JampalException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
JampalException(java.lang.String m)
           
JampalException(java.lang.String m, java.lang.Throwable e)
           
JampalException(java.lang.Throwable e)
           
 
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

JampalException

public JampalException(java.lang.String m,
                       java.lang.Throwable e)

JampalException

public JampalException(java.lang.String m)

JampalException

public JampalException(java.lang.Throwable e)