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

Constructor Summary
UserRepositoryException()
          Constructs a UserRepositoryException with no detail message.
UserRepositoryException(String message)
          Constructs a UserRepositoryException with the specified detail message.
UserRepositoryException(String message, Throwable cause)
          Constructs a UserRepositoryException with the specified detail message.
 
Methods inherited from class com.cafesoft.core.exception.NestedException
getCause, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 message
cause - throwable that caused this exception


Generated on 10:40:31 AM September 10, 2003, © 1996-2003 Cafésoft LLC. All rights reserved.