Class ServiceConfigException

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

@SupportedAll public class ServiceConfigException extends SMSException
A sub-exception of SMSException for the ServiceConfigValidator. This exception indicates that the config attributes were invalid for the service scheme.
See Also:
  • Constructor Details

    • ServiceConfigException

      public ServiceConfigException(String message)
      A constructor with a message.
      Parameters:
      message - The message.
    • ServiceConfigException

      public ServiceConfigException(String message, Throwable cause)
      A constructor with a message and a cause.
      Parameters:
      message - The message.
      cause - The cause.