Class UserProfileException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.forgerock.openig.tools.userprofile.UserProfileException
All Implemented Interfaces:
Serializable

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

    • 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