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