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