Class OrganizationAlreadyExistsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.identity.sm.SMSException
com.sun.identity.sm.OrganizationAlreadyExistsException
All Implemented Interfaces:
com.sun.identity.shared.locale.L10NMessage, Serializable

@SupportedAll public class OrganizationAlreadyExistsException extends SMSException
The OrganizationAlreadyExistsException is thrown if the organization already exists.
See Also:
  • Constructor Details

    • OrganizationAlreadyExistsException

      public OrganizationAlreadyExistsException()
      Constructs an OrganizationAlreadyExistsException with no specified detail message.
    • OrganizationAlreadyExistsException

      public OrganizationAlreadyExistsException(String msg)
      Constructs an OrganizationAlreadyExistsException with the specified detail message.
      Parameters:
      msg - the detail message.
    • OrganizationAlreadyExistsException

      public OrganizationAlreadyExistsException(String rbName, String errCode, Object[] args)
      Constructs an OrganizationAlreadyExistsException with the specified error code. It can be used to pass localized error message.
      Parameters:
      rbName - Resource Bundle name where localized error message is located.
      errCode - error code or message id to be used for ResourceBundle.getString() to locate error message.
      args - any arguments to be used for error message formatting getMessage() will construct error message using English resource bundle.