Class 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
All Implemented Interfaces:
Serializable
Enclosing class:
PackagesManagementException

public static class PackagesManagementException.NotFoundException extends PackagesManagementException
See Also:
  • Constructor Details

    • NotFoundException

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

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

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