com.cafesoft.cams.auth.login.userrepository
Class UserRepositoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.cafesoft.core.exception.NestedException
com.cafesoft.cams.auth.login.userrepository.UserRepositoryException
- All Implemented Interfaces:
- Serializable
public class UserRepositoryException
- extends NestedException
An exception thrown to indicate an error condition within the UserRepository.
- Since:
- 11/28/01
- See Also:
- Serialized Form
UserRepositoryException
public UserRepositoryException()
- Constructs a UserRepositoryException with no detail message.
UserRepositoryException
public UserRepositoryException(String message)
- Constructs a UserRepositoryException with the specified detail message. A
detail message is a String that describes this particular exception.
- Parameters:
message - the detailed message
UserRepositoryException
public UserRepositoryException(String message,
Throwable cause)
- Constructs a UserRepositoryException with the specified detail message. A
detail message is a String that describes this particular exception.
- Parameters:
message - the detailed messagecause - throwable that caused this exception
Generated on 10:38:35 AM April 14, 2011, © 1996-2010 Cafésoft LLC. All rights reserved.