Class ServiceConfigException

  • All Implemented Interfaces:
    Serializable

    public class ServiceConfigException
    extends RuntimeException
    An exception that indicates there was a problem when using the Service Component Config API.
    See Also:
    Serialized Form
    • Constructor Detail

      • ServiceConfigException

        public ServiceConfigException()
        Constructs a new exception with null as its detail message.
      • ServiceConfigException

        public ServiceConfigException​(Throwable cause)
        Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) .
        Parameters:
        cause - The cause.
      • ServiceConfigException

        public ServiceConfigException​(String message,
                                      Throwable cause)
        Constructs a new exception with the specified detail message and cause.
        Parameters:
        message - The detail message.
        cause - The cause.