org.eclipse.higgins.userprofile
Class UserProfileAuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.higgins.userprofile.UserProfileException
org.eclipse.higgins.userprofile.UserProfileAuthenticationException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- UserAlreadyExistsException, UserNotFoundException, WrongPasswordException
- public class UserProfileAuthenticationException
- extends UserProfileException
- Author:
- PilipenkoYN
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UserProfileAuthenticationException
public UserProfileAuthenticationException()
UserProfileAuthenticationException
public UserProfileAuthenticationException(String message)
- Parameters:
message -
UserProfileAuthenticationException
public UserProfileAuthenticationException(Throwable cause)
- Parameters:
cause -
UserProfileAuthenticationException
public UserProfileAuthenticationException(String message,
Throwable cause)
- Parameters:
message - cause -