com.openexchange.admin.rmi.exceptions
Class UserExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.openexchange.admin.rmi.exceptions.UserExistsException
All Implemented Interfaces:
Serializable

public class UserExistsException
extends Exception

Author:
choeger
See Also:
Serialized Form

Constructor Summary
UserExistsException()
           
UserExistsException(String message)
           
UserExistsException(String message, Throwable cause)
           
UserExistsException(Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserExistsException

public UserExistsException()

UserExistsException

public UserExistsException(String message)
Parameters:
message -

UserExistsException

public UserExistsException(Throwable cause)
Parameters:
cause -

UserExistsException

public UserExistsException(String message,
                           Throwable cause)
Parameters:
message -
cause -