Class PulsarClientException.InvalidServiceURL

All Implemented Interfaces:
Serializable
Enclosing class:
PulsarClientException

public static class PulsarClientException.InvalidServiceURL extends PulsarClientException
Invalid Service URL exception thrown by Pulsar client.
See Also:
  • Constructor Details

    • InvalidServiceURL

      public InvalidServiceURL(Throwable t)
      Constructs an InvalidServiceURL with the specified cause.
      Parameters:
      t - The cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)
    • InvalidServiceURL

      public InvalidServiceURL(String msg, Throwable t)
      Constructs an InvalidServiceURL with the specified cause.
      Parameters:
      msg - The detail message (which is saved for later retrieval by the Throwable.getMessage() method)
      t - The cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)