com.evermind.security
Class UserAlreadyExistsException


java.lang.Object

  |

  +--java.lang.Throwable

        |

        +--java.lang.Exception

              |

              +--com.evermind.security.UserAlreadyExistsException

All Implemented Interfaces:
java.io.Serializable

public class UserAlreadyExistsException
extends java.lang.Exception

Thrown if an attempt is made to add an already existing username to a realm/set of users.

See Also:
Serialized Form

Constructor Summary
UserAlreadyExistsException()
           
UserAlreadyExistsException(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserAlreadyExistsException


public UserAlreadyExistsException()

UserAlreadyExistsException


public UserAlreadyExistsException(java.lang.String message)