org.eclipse.higgins.icard.userprofile
Class UserProfileAuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.higgins.icard.userprofile.UserProfileException
org.eclipse.higgins.icard.userprofile.UserProfileAuthenticationException
- All Implemented Interfaces:
- Serializable
- 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 -