Class 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
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- PackagesManagementException
public static class PackagesManagementException.MetadataFormatException extends PackagesManagementException
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.pulsar.packages.management.core.exceptions.PackagesManagementException
PackagesManagementException.MetadataFormatException, PackagesManagementException.NotFoundException
-
-
Constructor Summary
Constructors Constructor Description MetadataFormatException(java.lang.String message)Constructs anMetadataFormatExceptionwith the specified detail message.MetadataFormatException(java.lang.String message, java.lang.Throwable throwable)Constructs anMetadataFormatExceptionwith the specified detail message and the cause.
-
-
-
Constructor Detail
-
MetadataFormatException
public MetadataFormatException(java.lang.String message)
Constructs anMetadataFormatExceptionwith the specified detail message.- Parameters:
message- The detail message
-
MetadataFormatException
public MetadataFormatException(java.lang.String message, java.lang.Throwable throwable)Constructs anMetadataFormatExceptionwith the specified detail message and the cause.- Parameters:
message- The detail messagethrowable- The cause
-
-