Class 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
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- PackagesManagementException
public static class PackagesManagementException.NotFoundException 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 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.
-
-
-
Constructor Detail
-
NotFoundException
public NotFoundException(java.lang.Throwable throwable)
Constructs anNotFoundExceptionwith the specified cause.- Parameters:
throwable- The cause
-
NotFoundException
public NotFoundException(java.lang.String message)
Constructs anNotFoundExceptionwith the specified detail message.- Parameters:
message- The detail message
-
NotFoundException
public NotFoundException(java.lang.String message, java.lang.Throwable throwable)Constructs anNotFoundExceptionwith the specified detail message and the cause.- Parameters:
message- The detail messagethrowable- The cause
-
-