org.eclipse.higgins.icard.userprofile
Class UserProfileAuthenticationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.eclipse.higgins.icard.userprofile.UserProfileException
              extended byorg.eclipse.higgins.icard.userprofile.UserProfileAuthenticationException
All Implemented Interfaces:
Serializable

public class UserProfileAuthenticationException
extends UserProfileException

Author:
PilipenkoYN
See Also:
Serialized Form

Constructor Summary
UserProfileAuthenticationException()
           
UserProfileAuthenticationException(String message)
           
UserProfileAuthenticationException(String message, Throwable cause)
           
UserProfileAuthenticationException(Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 -