类 PackagesManagementException.NotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.pulsar.packages.management.core.exceptions.PackagesManagementException
org.apache.pulsar.packages.management.core.exceptions.PackagesManagementException.NotFoundException
所有已实现的接口:
Serializable
封闭类:
PackagesManagementException

public static class PackagesManagementException.NotFoundException extends PackagesManagementException
另请参阅:
  • 构造器详细资料

    • NotFoundException

      public NotFoundException(Throwable throwable)
      Constructs an NotFoundException with the specified cause.
      参数:
      throwable - The cause
    • NotFoundException

      public NotFoundException(String message)
      Constructs an NotFoundException with the specified detail message.
      参数:
      message - The detail message
    • NotFoundException

      public NotFoundException(String message, Throwable throwable)
      Constructs an NotFoundException with the specified detail message and the cause.
      参数:
      message - The detail message
      throwable - The cause