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:
Serializable
- Enclosing class:
- PackagesManagementException
public static class PackagesManagementException.NotFoundException
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
ConstructorsConstructorDescriptionNotFoundException
(String message) Constructs anNotFoundException
with the specified detail message.NotFoundException
(String message, Throwable throwable) Constructs anNotFoundException
with the specified detail message and the cause.NotFoundException
(Throwable throwable) Constructs anNotFoundException
with the specified 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
-
NotFoundException
Constructs anNotFoundException
with the specified cause.- Parameters:
throwable
- The cause
-
NotFoundException
Constructs anNotFoundException
with the specified detail message.- Parameters:
message
- The detail message
-
NotFoundException
Constructs anNotFoundException
with the specified detail message and the cause.- Parameters:
message
- The detail messagethrowable
- The cause
-