类 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
public static class PackagesManagementException.NotFoundException
extends PackagesManagementException
- 另请参阅:
-
嵌套类概要
从类继承的嵌套类/接口 org.apache.pulsar.packages.management.core.exceptions.PackagesManagementException
PackagesManagementException.MetadataFormatException, PackagesManagementException.NotFoundException -
构造器概要
构造器构造器说明NotFoundException(String message) Constructs anNotFoundExceptionwith the specified detail message.NotFoundException(String message, Throwable throwable) Constructs anNotFoundExceptionwith the specified detail message and the cause.NotFoundException(Throwable throwable) Constructs anNotFoundExceptionwith the specified cause. -
方法概要
-
构造器详细资料
-
NotFoundException
Constructs anNotFoundExceptionwith the specified cause.- 参数:
throwable- The cause
-
NotFoundException
Constructs anNotFoundExceptionwith the specified detail message.- 参数:
message- The detail message
-
NotFoundException
Constructs anNotFoundExceptionwith the specified detail message and the cause.- 参数:
message- The detail messagethrowable- The cause
-