Class ConfigInterruptedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.yahoo.config.subscription.ConfigInterruptedException
All Implemented Interfaces:
Serializable

public class ConfigInterruptedException extends RuntimeException
This exception is thrown when any blocking call within the Config API is interrupted.
Author:
Ulf Lilleengen
See Also:
  • Constructor Details

    • ConfigInterruptedException

      public ConfigInterruptedException(Throwable cause)