Class FacetNotFoundException

    • Constructor Detail

      • FacetNotFoundException

        public FacetNotFoundException​(String message)
        Instantiates a new facet not found exception.
        Parameters:
        message - the message
      • FacetNotFoundException

        public FacetNotFoundException​(Throwable cause)
        Instantiates a new facet not found exception.
        Parameters:
        cause - the cause
      • FacetNotFoundException

        public FacetNotFoundException​(String message,
                                      Throwable cause)
        Instantiates a new facet not found exception.
        Parameters:
        message - the message
        cause - the cause