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:
Serializable
- Enclosing class:
- PackagesManagementException
public static class PackagesManagementException.MetadataFormatException
extends PackagesManagementException
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.pulsar.packages.management.core.exceptions.PackagesManagementException
PackagesManagementException.MetadataFormatException, PackagesManagementException.NotFoundException -
Constructor Summary
ConstructorsConstructorDescriptionMetadataFormatException(String message) Constructs anMetadataFormatExceptionwith the specified detail message.MetadataFormatException(String message, Throwable throwable) Constructs anMetadataFormatExceptionwith the specified detail message and the cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MetadataFormatException
Constructs anMetadataFormatExceptionwith the specified detail message.- Parameters:
message- The detail message
-
MetadataFormatException
Constructs anMetadataFormatExceptionwith the specified detail message and the cause.- Parameters:
message- The detail messagethrowable- The cause
-