Class ResourceAvailableInAnotherContextException

    • Constructor Detail

      • ResourceAvailableInAnotherContextException

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

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

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