Class EntityAvailableInAnotherContextException

    • Constructor Detail

      • EntityAvailableInAnotherContextException

        public EntityAvailableInAnotherContextException​(String message)
        Instantiates a new entity available in another context exception.
        Parameters:
        message - the message
      • EntityAvailableInAnotherContextException

        public EntityAvailableInAnotherContextException​(Throwable cause)
        Instantiates a new entity available in another context exception.
        Parameters:
        cause - the cause
      • EntityAvailableInAnotherContextException

        public EntityAvailableInAnotherContextException​(String message,
                                                        Throwable cause)
        Instantiates a new entity available in another context exception.
        Parameters:
        message - the message
        cause - the cause