Class ServiceNotFoundException

All Implemented Interfaces:
com.sun.identity.shared.locale.L10NMessage, Serializable

@SupportedAll public class ServiceNotFoundException extends SMSException
The ServiceNotFoundException is thrown if the service does not exist.
See Also:
  • Constructor Details

    • ServiceNotFoundException

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

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

      public ServiceNotFoundException(String rbName, String errCode, Object[] args)
      Constructs an ServiceNotFoundException 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.