Class UserProfileException

  • All Implemented Interfaces:
    Serializable

    public class UserProfileException
    extends Exception
    Represents an exception thrown whilst performing UserProfileService operations.
    See Also:
    Serialized Form
    • Constructor Detail

      • UserProfileException

        public UserProfileException​(String message)
        Builds an UserProfileException with a given message.
        Parameters:
        message - Exception's message
      • UserProfileException

        public UserProfileException​(String message,
                                    Throwable cause)
        Builds an UserProfileException with a given message and cause.
        Parameters:
        message - Exception's message
        cause - Throwable cause