org.bejug.javacareers.common.exception
Class LastAdminException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.bejug.javacareers.common.exception.JavaCareerException
              extended byorg.bejug.javacareers.common.exception.LastAdminException
All Implemented Interfaces:
java.io.Serializable

public class LastAdminException
extends JavaCareerException

$Log: LastAdminException.java,v $ Revision 1.1 2005/08/26 07:58:25 ge0ffrey split up the sources in service, serviceimpl and webclient Revision 1.2 2005/06/09 08:18:41 bejug_cc Fix initial import Revision 1.1 2005/06/07 12:13:14 ssc Delete last admin exception

See Also:
Serialized Form

Constructor Summary
LastAdminException()
          Default constructor.
LastAdminException(java.lang.String message)
          Constructor.
 
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

LastAdminException

public LastAdminException()
Default constructor.


LastAdminException

public LastAdminException(java.lang.String message)
Constructor.

Parameters:
message - String


Copyright © 2005-2006 BeJUG. All Rights Reserved.