Class PubSubException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
com.google.cloud.spring.pubsub.core.PubSubException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PubSubDeliveryException

public class PubSubException extends org.springframework.core.NestedRuntimeException
The Spring Google Cloud Pub/Sub specific NestedRuntimeException.
See Also:
  • Constructor Details

    • PubSubException

      public PubSubException(String msg)
    • PubSubException

      public PubSubException(String msg, Throwable cause)