Class PackagesManagementException.NotFoundException

    • Constructor Summary

      Constructors 
      Constructor Description
      NotFoundException​(java.lang.String message)
      Constructs an NotFoundException with the specified detail message.
      NotFoundException​(java.lang.String message, java.lang.Throwable throwable)
      Constructs an NotFoundException with the specified detail message and the cause.
      NotFoundException​(java.lang.Throwable throwable)
      Constructs an NotFoundException 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NotFoundException

        public NotFoundException​(java.lang.Throwable throwable)
        Constructs an NotFoundException with the specified cause.
        Parameters:
        throwable - The cause
      • NotFoundException

        public NotFoundException​(java.lang.String message)
        Constructs an NotFoundException with the specified detail message.
        Parameters:
        message - The detail message
      • NotFoundException

        public NotFoundException​(java.lang.String message,
                                 java.lang.Throwable throwable)
        Constructs an NotFoundException with the specified detail message and the cause.
        Parameters:
        message - The detail message
        throwable - The cause