org.bejug.javacareers.common.exception
Class JavaCareerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.bejug.javacareers.common.exception.JavaCareerException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DuplicateUserNameException, LastAdminException, MailException

public class JavaCareerException
extends java.lang.Exception

Version:
$Revision: 1.1 $ - $Date: 2005/08/26 07:58:25 $
Author:
Sven Schauwvliege (Last modified by $Author: ge0ffrey $)
See Also:
Serialized Form

Constructor Summary
JavaCareerException()
          Default constructor.
JavaCareerException(java.lang.Exception e)
          Constructor with exception.
JavaCareerException(java.lang.String message)
          Constructor with string.
 
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

JavaCareerException

public JavaCareerException()
Default constructor.


JavaCareerException

public JavaCareerException(java.lang.String message)
Constructor with string.

Parameters:
message - String

JavaCareerException

public JavaCareerException(java.lang.Exception e)
Constructor with exception.

Parameters:
e - the exception that will get wrapped by this new exception.


Copyright © 2005-2006 BeJUG. All Rights Reserved.