CycloneTechnology/ChaMP

View on GitHub
champ-wsman/src/main/scala/com/cyclone/wsman/impl/subscription/WSManSubscriptionExpiryException.scala

Summary

Maintainability
A
0 mins
Test Coverage
package com.cyclone.wsman.impl.subscription

import scala.util.control.NoStackTrace

/**
  * Thrown when a subscription expires (typically over push delivery) e.g. when a heart beat is missed.
  *
  * Will be sent to the onError method of observers.
  */
case object WSManSubscriptionExpiryException extends Exception with NoStackTrace