org.eclipse.higgins.userprofile
Class UserProfileException

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

public class UserProfileException
extends Exception

Author:
PilipenkoYN
See Also:
Serialized Form

Constructor Summary
UserProfileException()
           
UserProfileException(String message)
           
UserProfileException(String message, Throwable cause)
           
UserProfileException(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

UserProfileException

public UserProfileException()

UserProfileException

public UserProfileException(String message)
Parameters:
message -

UserProfileException

public UserProfileException(Throwable cause)
Parameters:
cause -

UserProfileException

public UserProfileException(String message,
                            Throwable cause)
Parameters:
message -
cause -