Class ServiceErrorException

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

@SupportedAll public class ServiceErrorException extends SMSException
A sub-exception of SMSException for the ServiceConfigValidator. This exception type indicates that when the validator tried to validate the config, a non-validation related error occured.
See Also:
  • Constructor Details

    • ServiceErrorException

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

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