|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.cafesoft.core.exception.NestedException
|
+--com.cafesoft.cams.auth.login.userrepository.UserRepositoryException
An exception thrown to indicate an error condition within the UserRepository.
| 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 |
public UserRepositoryException()
public UserRepositoryException(String message)
message - the detailed message
public UserRepositoryException(String message,
Throwable cause)
message - the detailed messagecause - throwable that caused this exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||