org.sourcejammer.server.security
Class UserExistsException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.sourcejammer.util.SourceJammerExceptionChain
                    |
                    +--org.sourcejammer.server.security.UserExistsException
All Implemented Interfaces:
java.io.Serializable

public class UserExistsException
extends org.sourcejammer.util.SourceJammerExceptionChain

Title: SourceJammer v 0.1.0 Description: Copyright: Copyright (c) 2001 Company:

Version:
1.0
Author:
Robert MacGrogan
See Also:
Serialized Form

Field Summary
private static java.lang.String DEFAULT_MESSAGE
           
 
Fields inherited from class org.sourcejammer.util.SourceJammerExceptionChain
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
UserExistsException()
           
UserExistsException(java.lang.String msg)
           
UserExistsException(java.lang.String msg, java.lang.Exception ex)
           
 
Methods inherited from class org.sourcejammer.util.SourceJammerExceptionChain
getMessage, getPrevException, getProcessExceptionChain, printStackTrace, printStackTrace, printStackTrace, setProcessExceptionChain, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT_MESSAGE

private static final java.lang.String DEFAULT_MESSAGE
See Also:
Constant Field Values
Constructor Detail

UserExistsException

public UserExistsException()

UserExistsException

public UserExistsException(java.lang.String msg)

UserExistsException

public UserExistsException(java.lang.String msg,
                           java.lang.Exception ex)


Copyright © 2003 Soucejammer project.